[Support request] How to remove the short line between page title and sub header. Sider Theme

Home Forums Support [Support request] How to remove the short line between page title and sub header. Sider Theme

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #683000
    Ash

    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

    #683012
    David
    Staff
    Customer Support

    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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.