Hello,
I have the slider set up on my static home page. I would like to know how to put a border around the images on the pages, they are set up as featured image. If I go into CSS and do
img {
background-color: #fff;
border: 1px solid #ddd;
}
It messes with the sliders border. If I use attribute it is not compatible with HTML 5, CSS 5
Also, how do I change the color of the dots on the slider which represent which image is up?
Thank you love the theme