Home › Forums › Jevelin Theme › How to Change Default Global CSS for Link Colour Just for Slider Revolution
Home › Forums › Jevelin Theme › How to Change Default Global CSS for Link Colour Just for Slider Revolution
Hi Sufflehound,
I have my default global link colour set to ae1b34 and hover link to 620d1a, which is what I want 99% of the time.
However, on my main slider for the homepage, I’d like the link text to be white (ffffff)
http://romex.mrvandigital.com/
How do I do this?
You can see at the moment, how the link on slide 1 is not readable because of the colour scheme.
I want it to look like slides 2-4 when I add in the links to the buttons.
Thanks again!
Hi @MrVanDigital,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.rev_slider .tp-mask-wrap a{ color: #fff; } .rev_slider .tp-mask-wrap a:hover { color: #000; }
Best regards,
Shufflehound team