I am using the flat style blog slider on a page and I would like to make the arrows that are used to navigate to the next posts stay permanently. I would also like to change the color to make them more obvious so that visitors to the page don't miss them. Is there a way to make these changes?
Comments
please send us link to page where you want to do this.
.blog_slider.flat .blog_slider_header { opacity: 1 !important; }.blog_slider.flat .blog_slider_header a.button.slider_prev, .blog_slider.flat .blog_slider_header a.button.slider_next { background-color: #FFF !important; }
.blog_slider.flat .blog_slider_header a.button.slider_prev:hover, .blog_slider.flat .blog_slider_header a.button.slider_next:hover { background-color: #FFF !important; }