@themecatcher:
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images
#nav-slider .nav-previous,
#nav-slider .nav-next {
display: none;
}
2. I want to change the border thickness and color of the border which surrounds the sliding images
#slider-wrap a,
#slider-wrap .featured-img span,
.one-column #slider-wrap a,
.one-column #slider-wrap .featured-img span {
padding: 50px;
}
#slider {
background-color: #ff00ff;
}
Note: Please change the color and thickness as per required.
Regards,
Mahesh