• Hi,

    Firstly, thank you for taking the time to view my post.

    I need a little help. I installed storefront theme and links then were underlined. I added the CSS below as i didnt want that.

    a {
    text-decoration: none !important;
    }

    It has worked for most, it hasnt worked for info box on mobile version.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • .hentry .entry-content a {
        text-decoration: none;
    }

    You need to be more specific in your CSS. Try that.

Viewing 1 replies (of 1 total)

The topic ‘Storefront Link Underline’ is closed to new replies.