Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #198621

    Hi,

    I’ve searched but cannot find an answer.

    No matter what predefined colour scheme I use, the colour for both BOLD and hyperlinks is always the same.

    How can I set a different colour for each of these?

    thanks

    David

    #198627

    Hi David!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Regards,
    Yigit

    #198634
    This reply has been marked as private.
    #198637

    Hi!

    I have just logged in. The code was not in Quick CSS. So i have added and set all these colors to inherit with following code

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

    Cheers!
    Yigit

    #198642

    Hi,

    That was very fast :)

    There seems to be a conflict if there is a hyperlink nested inside a section, I’ll see if I can fix it

    Thanks

    David

    #198644

    Hi!

    You are welcome. Please point out the element, i can take a look while i am at it :)

    Best regards,
    Yigit

    #198647
    This reply has been marked as private.
    #198650

    Hey!

    Please add following code to Quick CSS and adjust as desired

    .main_color strong a, .alternate_color strong a { color: blue; }

    I thought you wanted all link and bold colors to be inheritted but that should fix it

    Cheers!
    Yigit

    #198652
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Link and Bold color’ is closed to new replies.