Hi,
I’ve searched but cannot find an answer.
No matter what predefined colour scheme I use, the colour for both BOLD and hyperlinks is always the same.
How can I set a different colour for each of these?
thanks
David
Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Regards,
Yigit
Hi!
I have just logged in. The code was not in Quick CSS. So i have added and set all these colors to inherit with following code
.main_color strong, .alternate_color strong, .main color a, .alternate_color a, .main_color strong a, .alternate_color strong a { color: inherit; }
Cheers!
Yigit
Hi,
That was very fast :)
There seems to be a conflict if there is a hyperlink nested inside a section, I’ll see if I can fix it
Thanks
David
Hi!
You are welcome. Please point out the element, i can take a look while i am at it :)
Best regards,
Yigit
Hey!
Please add following code to Quick CSS and adjust as desired
.main_color strong a, .alternate_color strong a { color: blue; }
I thought you wanted all link and bold colors to be inheritted but that should fix it
Cheers!
Yigit