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

    Hi
    I am trying to hide the link underlines in my footer with this code I found but it’s not working.

    #top a {
      text-decoration: underline;
    }
    #top #header a,
    #top #footer a,
    #top #socket a,
    #top a.avia-button,
    #top a.more-link,
    #top #js_sort_items {
      text-decoration: none!important;
    }

    Can you help with this?
    thanks
    Nancy

    #1477810

    Hey Munford,

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

    #footer-page a {
      text-decoration: none; 
    }

    Best regards,
    Rikard

    #1477813

    thanks – forgot that was a footer page.

    #1477816

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no underline in footer’ is closed to new replies.