• Resolved wenorg

    (@wenorg)


    How to remove the underlining of headers and post tags and replace them with color on hover?
    And also remove the underline of text in navigation with a picture at twenty twenty?

    • This topic was modified 4 years, 9 months ago by wenorg.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    You can do that by adding some custom CSS (Customizer > Additional CSS, replace the blue value with your own color):

    h2.entry-title a:hover,
    .post-meta a:hover {
        text-decoration:none;
        color: blue !important;
    }

    Concerning the post navigation with image, I don’t see an underline on my local installation. Would you please share your URL so I can see why you have one?

    Thanks,
    Tom

    Thread Starter wenorg

    (@wenorg)

    thanks for the help

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove the underlining’ is closed to new replies.