Home Forums WoodMart support forum top bar Reply To: top bar

#49398

Artem Temos
Keymaster

Hi,

1. Yes, read an instruction we posted in our previous message.

2. You can override the header.php file in the child theme.

3. Just edit your top bar text and leave it empty. The menu can be removed via Appearance -> Menus.

4. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.topbar-text .wpb_content_element {
	margin-bottom: 0;
}

Regards