how do I change the css so that everytime something is bold – it’s black and not purple which is the color I chose for my links. I’ve changed it in the theme options but for some reason it’s not changing
thank you!
Hey cherylrae7,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color strong {
color: #000000 !important;
}
Best regards,
Jordan
Thanks Jordan… I used it – but it changed all my links to black too…. grrrr
here is the way i’ve set it up…. should I be doing something differently? if text is bold i want it black
but if its bold and a link i want it #71497c make sense?
Hi,
You should be able to set the colour of the strong tag under Enfold–>Advanced Styling, could you try that please?
Best regards,
Rikard
ok that worked – it forced all the bold everywhere to be black. but my problem is – now when i highlight a link (all my links are bold) to make it purple – which should be the main css for ‘a’ they are all forced to black. it’s driving me crazy. thanks for helping.