Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #649994

    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!

    #650247

    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

    #650278

    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?

    #650620

    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

    #650928

    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.

    #650940

    Hey!

    Please change the code Jordan posted to following one

    .main_color strong, .main_color a {
        color: inherit;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.