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.
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