Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #422668

    Hi guys,

    This is probably an easy one…but I’m brain farting :)

    I want to make all my links found within the main content area (not sidebars, headers, or footers) be underlined and appear in red. What CSS should I use to make this happen?

    Thank you!

    Dave

    #422680

    Hey atrixdave!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #main .content a { text-decoration: underline !important; }

    Best regards,
    Yigit

    #422696

    Thank you Yigit…this ended up working for me:

    `#main .content p a {text-decoration:underline !important; color: #ca333a !important;}

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change link style only in main content area’ is closed to new replies.