[Resolved] Underline style on the read more button

Home Forums Support [Resolved] Underline style on the read more button

Home Forums Support Underline style on the read more button

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

    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!

    #751374
    David
    Staff
    Customer Support

    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;
    }
    #751380
    Stella

    Perfect! Thank you very much!!

    #751600
    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.