Blog Slider Scroll and Arrow Colour

Blog Slider Scroll and Arrow Colour

Hi,
When using the blog slider, how do you change the colour of the white hover and arrow?


Thank you.

Comments

  • Hi,

    to change those colors, you need to use the following css:
    .blog_slider.flat .blog_slider_header a.button.slider_prev:hover, .blog_slider.flat .blog_slider_header a.button.slider_next:hover { background: #000 !important; }
    .blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i { color: #FFF !important; }
    .blog_slider.flat .blog_slider_header a.button.slider_prev .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_next .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_prev:hover .button_icon i, .blog_slider.flat .blog_slider_header a.button.slider_next:hover .button_icon i { color: #FFF !important; }
  • Sadly none of that had any effect on the slider.
    I will send a PM with a log in to check.
Sign In or Register to comment.