Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #567524

    Hi, I’ve tried multiple css links that I saw that alot of people used for the same issues.. but its not working for me. How do I remove the underline from my text links? This is NOT on the hover by the way.

    Here is a picture for further reference (upper right)

    the issue

    Thanks

    #567527

    Hey kennethwangrealty!

    They should not have an underline by default so it’s probably some custom CSS your using or a plugin. Try adding this to your custom CSS to overwrite it.

    .av-masonry-sort * { text-decoration: none !important; }
    

    If that does not work then send us a link to your page and we’ll take a look.

    Regards,
    Elliott

    #568020

    Hi! the provided quick css did not work, heres the link to my website

    johnradesigns.com

    #568029

    Hi!

    Please use following code

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

    Regards,
    Yigit

    #568060

    great! it worked thanks again

    #568141

    Hey!

    We are glad you got that short out!
    Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!

    Please do not hesitate to contact us, if you do need anything else.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing underline from text links’ is closed to new replies.