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
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
Thank you Yigit…this ended up working for me:
`#main .content p a {text-decoration:underline !important; color: #ca333a !important;}