[Resolved] Help to remove underline on 2 footer links

Home Forums Support [Resolved] Help to remove underline on 2 footer links

Home Forums Support Help to remove underline on 2 footer links

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

    Dear Team,

    I have enabled link underline but would like to disable it for two links in my footer. Im unable to find their respective class.

    Here’s a screenshot: https://www.awesomescreenshot.com/image/17594817?key=f0a804c804e7084f047ee4b6e78de340

    Thank you for your help.

    #2029985
    Ying
    Staff
    Customer Support

    Hi Adrien,

    Try this CSS:

    .site-footer a {
        text-decoration: none;
    }

    Let me know πŸ™‚

    #2030054
    Adrien

    Thank you very much Ying! It worked perfectly πŸ˜‰

    #2030082
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.