Color of text in 'buy now' button on slider

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Apr 16, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I need to change the color of the text in the buy now button on the slider to white and for it to not have a shadow. Can you provide the CSS code? Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, v4sb!

    Please paste the code given below in custom css section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.
    Code:
    .salesbutton a span {
      color: white;
      text-shadow: none !important;
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     

Share This Page