Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #520775

    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.

    #520814

    Hey antilimited!

    Please add following code to Quick CSS as well

    .av_font_icon a {
        text-decoration: none!important;
    }

    Best regards,
    Yigit

    #520837

    Awesome, thanks for the quick response… that works perfectly :)

    #520839

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Selective link underlining’ is closed to new replies.