Wayne Corp 2 is Overriding The Hyperlink Formatting With Blue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Wayne Corp 2 is Overriding The Hyperlink Formatting With Blue

S

smouellette

Template 2 years ago

Here you can see when I examine hyperlinks that the correct color #a67c00 is being overridden with #0d6efd. https://ibb.co/pWFrBML

You can see this on the website here: https://roi-ally.com/index.php/en/

Of course I could just override it globally but I might want other hyperlinks to be other colors. Is there a way to prevent the superceding formatting?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #128002

Hi,

right now you have compressed CSS files, so it's hard to guess from where is taken.

But I suggest inside Template Options > Custom Code > Custom CSS paste

a, a:hover, h3 a, h2 a, .sppb-articles-ticker-text a:hover {color: #a67c00;}

0
S
smouellette
Accepted Answer
2 years ago #128005

Hey Paul,

Thanks for the quick answer!

I didn't know I had compression on. When I turned it off, the hyperlinks went back to the settings. Strange, but I guess that fixes it!

0