In SaleJunction - how to change Slider button color

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by dubloon2, May 14, 2014.

  1. dubloon2

    dubloon2 Member

    Joined:
    May 7, 2014
    Messages:
    30
    Likes Received:
    0
    I found a couple of CSS codes in the Support Forum, but neither one seemed to work for SaleJunction.

    How can I cange the Slider Button, - for example instead of green, make it gray.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It's an image. You can change it from theme directory > images > frondbutton.png

    Or if you want to add simple color i place of image then Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .salesdetails .salesbutton:hover {
    background: YOUR COLOR VALUE;
    }
    .salesdetails .salesbutton {
    background: YOUR COLOR VALUE;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page