[Resolved] Sider (from GP Site Library) without line under heading

Home Forums Support [Resolved] Sider (from GP Site Library) without line under heading

Home Forums Support Sider (from GP Site Library) without line under heading

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #954882
    Oliver

    Hi – I am just wondering how to get rid of the “little line” under the page headings in the SIDER theme from the GP Site Library?

    Thanks,
    Oliver

    #954885
    David
    Staff
    Customer Support

    Hi there,

    look for and remove the following CSS in Customizer > Additional 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%;
    }
    #955432
    Oliver

    thanks.
    O.

    #955446
    David
    Staff
    Customer Support

    You’re welcome

    #955643
    Oliver

    Another one please: how do I reduce the spacing in the menu? Between menu items in the “sider” theme I would like to have only “single” line spacing…

    thanks,
    O.

    #956038
    David
    Staff
    Customer Support

    You can adjust the menu item height in Customizer > Layout > Primary Navigation.

    #956303
    Oliver

    thanks.

    #956329
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.