• Hey Friends!

    I need your help and expertise to solve a problem. I write blog articles on my website, and when you open the blog, I want the header of the website to collapse and the blog title to be on top.
    Of course, I am using GeneratePress Theme.

    I would love some help w/ that problem

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    i don’t understand what you mean.
    Do you want your site header to take up less space ? If so reduce the size of the logo in Customizer > Site Identity

    Thread Starter dakkkar98

    (@dakkkar98)

    Hey David,

    I want my site header to be smaller when opening blog. One the home page of the site, `I want to leave it big.

    Use some CSS to resize the logo every except your home page:

    body:not(.home) .site-header .header-image {
        width: 80px;
    }
    Thread Starter dakkkar98

    (@dakkkar98)

    David,

    HTML isn’t my forte, could you please tell me where to post that?

    Thanks

    Its CSS.
    Go to Custimizer > Additional CSS and add the code in there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Collaping the Header of the Website’ is closed to new replies.