Site logo

[Resolved] Remove underlines from certain links (on sidebars and front page)

Home Forums Support [Resolved] Remove underlines from certain links (on sidebars and front page)

Home Forums Support Remove underlines from certain links (on sidebars and front page)

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

    I have set to underline all links on the pages . But I would like to remove the underlines on sidebar links and the from front page links
    Can you tell me how to do this?

    #2404746
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    
    .sidebar a {
        text-decoration: none;
    }
    #2405019
    Sarina

    Thanks

    #2405040
    David
    Staff
    Customer Support

    You’re welcome

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