Offer Slider Navigation Colour

Hi there,

I currently have an Offer Slider on the home page of a clients website. I was wondering if it is possible to change the colour of the navigation on the left hand side to their colour scheme.


Thanks :)

Comments

  • Hi,
    there is no options but you can use this css
    .offer a.slider_prev, .offer a.slider_next {
    background: red !important;
    }
    .offer a.slider_prev span, .offer a.slider_next span{
    color: blue !important;
    }
    .offer .slider_pagination {
    color: yellow !important;
    background: black !important;
    }
    .offer .slider_pagination span {
    color: yellow !important;

    }
    cheers
  • Thanks so much it worked :) :)
Sign In or Register to comment.