Site logo

Archived topic

How to remove the short line between page title and sub header. Sider Theme

1 reply · Started by Ash on September 21, 2018

Viewing posts 1–2 of 2

Hello,

Having already searched for a solution with no positive outcome, could you please advise me on how to remove the short black line between the H1 page title and the H2 sub header. This is on the Sider Theme

Many thanks

Ash

Hi there

in the Customizer > Additional CSS, remove this CSS:

.single .entry-header::after,
.page .entry-header::after{
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 2.5%;
}
This archived topic is closed to new replies.