Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #494415

    hi.

    i have set my links to red (#d12c2c).
    i want bold or strong words in black.

    all links & strong words are appearing in red however.

    so i added the following custom css, which i found in other support posts:

    .alternate_color strong, .main_color strong { 
    color: black; 
    }
    
    #main strong > a {
    color: #d12c2c!important;
    }

    but non-links are still appearing as red.

    please advise?
    thanks.

    • This topic was modified 8 years, 7 months ago by habarnett.
    #494418

    oh also – links in the text widgets do not appear red, they appear in usual body text colour. how can i change that?

    #494502

    Hi!

    Do you want to change all your links or only your sidebar links?

    Best regards,
    Basilis

    #985693

    Hi,

    I don’t know if I need to open another thread, but this question is exactly the same as mine.

    My bold text was showing green, same as my links. I want my links to stay the same color while changing my bold text color to black

    I was successful in making my bold paragraph text black with this CSS in quick style

    .alternate_color strong, .main_color strong {
    color: black;
    }

    The problem is that it is only corrected on my mobile devices. For some reason, I can’t get it corrected on my laptop. I’ve tried clearing the cache, opening in incognito, restarting my browser and computer.

    I have also tried

    .alternate_color strong, .main_color strong {
    color: black!important;
    }

    Is there something i’m missing?

    #986065

    Hi,

    Yes please do create a different ticket :)

    Thank you

    Best regards,
    Basilis

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