Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #344875

    Hi,
    when I am changing the font color for links (primary color in the main content section) it also changes the color of bold letters in the text.
    How can I change colors for links and still having bold letters in the normal font colour?
    Thanks for your support
    Best
    Michael

    #344891

    Hi Michael!

    Could you please forward a link to your site and point out the items you wish to modify. It will help us understand the issue better and devise a solution for you.

    Cheers!
    Arvish

    #344917
    This reply has been marked as private.
    #344934

    Hi!

    Try adding the following CSS to Quick CSS:

    .main_color a{
    
    color: yourcolor !important;
    
    }

    replacing yourcolor with your preferred color in HEX or rgb or literal.

    Best regards,
    Arvish

    #344942

    Hi,
    I added the CSS but changing the link color still changes color of bold letters (I want to keep the Main Content font color)…
    Best
    Michael

    #345288

    Hi!

    Please add following code to Quick CSS

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

    Cheers!
    Yigit

    #345586

    Hi,

    thanks for the advice.
    I have tried your CSS and it worked well with the bold letters but still did some color changes where I didn’t want it.
    So I experimented a little bit and found a solution that works pretty well – based on the CSS Arvish gave me earlier:

    .main_color strong {

    color: #000000 !important;

    }

    I hope that does the trick now :-).

    Thanks again for your support, I really appreciate your quick and helpful responses

    All my best
    Michael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing font color for links’ is closed to new replies.