• Resolved ashley_c

    (@ashley_c)


    Is there a CSS code to remove the line below the page title?

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

Viewing 1 replies (of 1 total)
  • Ina

    (@inamoro)

    Hi, @ashley_c

    Yes, add the following code to Appearance -> Customize -> Additional CSS:

    body:not(.has-archive-description):not(.has-header-image).page .entry-title:after {
        display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Line below header on pages’ is closed to new replies.