Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #527225

    Hi Support,

    If you take a look at the page that I have inclduded below and in the Customer Service column to the right the links are permanently underlined. I have used mailto and hrefs within a text widget.

    Throughout the web when you hover over a link the underline appears. This is what I would like to happen here.

    Thanks in advance.

    #527513

    Hi Wils1234!

    Seems like you forgot to attach the link to your website. Can you please post it again? :)

    Best regards,
    Yigit

    #527682

    Hi Yigit,

    Soory… here it is.

    Thank you.

    #528248

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .av_inherit_color a {
        text-decoration: none !important;
    }

    Best regards,
    Rikard

    #528369

    Hi Rikard,

    Thanks. It has removed the permanent underline.

    What I actually want is that when you hover over a link the underline appears.

    Thanks in advance.

    #528375

    Hey!

    Please add following code to Quick CSS as well

    #top .av_inherit_color a:hover {
        text-decoration: underline!important;
    }

    Cheers!
    Yigit

    #528382

    Hi Yigit,

    Thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hover over a link’ is closed to new replies.