Hide Website Name in Header

Hi @ all,

I added the website name in the customizer to that the website´s name is in the tab.

Is it possible to hide the website´s name on the header?

WooCommerce Version 3.5.2
Theme X 6.3.8.

Hi Heinz,

Thanks for reaching out.

Yes, it’s possible and easier since it’s already on stacked header. Please add this CSS to your Theme Options > CSS

.x-logobar {
display: none;
}

Cheers!

Super! :slight_smile: Thank you! It´s working now!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.