• Resolved klakared

    (@klakared)


    Hi,
    I need help using CSS to remove the underline from all of my page titles, please. The link above is an example of one of my pages with the (grey) underline but I would like to remove the underline from all of my pages.
    Thanks

    • This topic was modified 6 years, 3 months ago by klakared.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello klakared,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    #loop-meta.pageheader-bg-default::after, 
    #loop-meta.pageheader-bg-incontent::after, 
    #loop-meta.pageheader-bg-none::after {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter klakared

    (@klakared)

    Hi,
    That worked. You rock! Thanks so much.
    Klakared

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove underline from page titles’ is closed to new replies.