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

    Hi there,

    I know the options primary & highlight color – but I do not want to have the same color for links, dropcaps, button hover and other elements – just for the link. It would be great if one could individualize this regularly with enfold. Would you please tell me what the CSS code is, if I only want the links in the color #0044cc ?

    Thank you very much!
    Jennifer

    #494361

    Hi JVW234!

    Add this to your custom CSS.

    .entry-content p a { color: #0044cc !important; }
    

    Cheers!
    Elliott

    #494390

    Hi Elliott, I added this to the Quick CSS in the styling, but nothing changes – what am I doin’ wrong?

    Cheers and thank you!
    Jennifer

    #494520

    Hi!

    You can slightly modify the above css and try the below:

    p a { 
      color: #0044cc !important; 
    }

    Best regards,
    Dake

    #494714

    thank you, that works!

    #494848

    Hey!

    You’re welcome, glad to know we could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

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