Hi,
Is it possible to use the same highlight colour on text in tabs when selected in bold as it is in a normal text box?
You can see what I mean here:
http://pure.circlemp.co.uk/classes/
Thanks
Hey ripgroove!
Please add following code to Quick CSS in Enfold theme options under Styling tab
td strong { color: #45ad9c; }
If this is not what you asked, please post a screenshot
Cheers!
Yigit
Hi, I don’t think that is it.
If you click on one of the tabs on the page you’ll see that all the headings (Body Conditioning, Pure Attack, Pure Combat etc) are in bold black instead of the colour the rest of the theme goes to when bold is selected.
http://pure.circlemp.co.uk/classes/
Thanks
Hi!
Please add following code to Quick CSS instead
.main_color .tab_content strong { color: #45ad9c; }
Best regards,
Yigit
Thats it, thanks!!