Site logo

Archived topic

Underline style on the read more button

3 replies · Started by Stella on December 8, 2018

Viewing posts 1–4 of 4

Hello,

I added some underline styles to the texts with links but the read more button has the colour as well. How could I disable the colour underneath the read more button?

Thanks a lot in advance!

Hi there,

use this CSS instead, it excludes the button class from your styles:

.inside-article p a:not(.button):link, .inside-article p a:not(.button):hover, .inside-article p a:not(.button):active, .inside-article p a:not(.button):visited {
    border-bottom: 4px solid #FFFFCC;
}

Perfect! Thank you very much!!

You're welcome

This archived topic is closed to new replies.