Archived topic
how to remove top bar container
7 replies · Started by Ajay on September 11, 2022
How can I remove the top bar container black color line?
Hi there,
can you share a link to the site where we can see this ?
this is please look
Hi Ajay,
By default, if the top bar has no contents, it should not appear. Can you check in Appearance > Widgets > Top bar, and check if there's anything there to be sure.
Then if there's nothing, try #1 here: https://docs.generatepress.com/article/debugging-tips/
alright, how can I decrease the size between the header and my Pages content title?
In Appearance > Customize > Layout > Container, try reducing the top padding. Also try reducing the "Separating Space".
how can i align both right sides and left side with a header distance?
You can use a Block Element - Page Hero: https://docs.generatepress.com/article/block-element-page-hero/
Or, you can add this through Customize > Additional CSS:
.page header.entry-header h1 {
text-align: center;
}