Hi
After searching the forums I found a shortcode to add underlines to links in text
a {
text-decoration: underline;
}
This is great and does what I want it to do. But I notice it has also added a rather ugly underline to fontello icons which I am displaying elsewhere on the page. How can I exclude these icons from being underlined, while keeping links in paragraph text underlined? Thanks in advance.
Hey antilimited!
Please add following code to Quick CSS as well
.av_font_icon a {
text-decoration: none!important;
}
Best regards,
Yigit
Awesome, thanks for the quick response… that works perfectly :)
Hi!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit