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

    How do I change color settings for the hyperlinks in my body content (NOT the header/logo area)? I can’t find it in General Styling.

    #558504

    Hi strengthcoaching!

    Please add following code to Quick CSS and adjust as needed

    .main_color a { color: inherit; }
    .alternate_color a { color: inherit; }

    Best regards,
    Yigit

    #558548

    Where do I put the color hex number? Does it replace the word inherit? Please give me an example.

    #558573

    Hey!

    Yes, Yigit provided the code to get the main color of the element, but you can change it with what yiouneed.

    Let us know if it is not working out for you

    Regards,
    Basilis

    #558676

    Got it. It’s only working for the link color but not the rollover for the link. How about that?

    #558855

    Hi,

    You can use this to control the hover colour:

    .main_color a:hover { color: #yourhex; }
    .alternate_color a:hover { color: #yourhex; }
    

    Cheers!
    Rikard

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