Rynald0s
(@rynald0s)
Automattic Happiness Engineer
Hi @roltru!
Please link us to your site so we can take a closer look, thanks.
Cheers!
Thread Starter
roltru
(@roltru)
sure, here is the website where i can’t remove the white bar, only hide the title: https://biofamous.net/
how can i remove it?
Rynald0s
(@rynald0s)
Automattic Happiness Engineer
Perfect, thanks.
You can remove that with some CSS code. The following should work:
.home.page:not(.page-template-template-homepage) .site-header {
margin-bottom: 0 !important;
}
You can add this code to the “Additional CSS” section found in the customizer view, under “Appearance > Customize” page in your dashboard.
You can also read more about adding code to your site the correct way here: http://rynaldo.com/how-to-add-custom-code-to-your-woocommerce-wordpress-site-the-right-way/
Cheers!
Thread Starter
roltru
(@roltru)
But how do I adapt the code and make it work for any page on my site?
Cheers