Potential issue with the header bottom section in the header builder
-
Hi,
The header-bottom section for both the mobile and the desktop can’t have different background colors. Is this intentional?
When I change the background color of the header-bottom for mobile devices in the header builder it changes the background color for the desktop too :/ I would like to separate them. I mean completely separate everything between mobile and desktop.
Kind regards,
Peshmerge
Hello,
Sorry but there is no option in Theme Settings available for that Because the header rows work the same for Desktop and mobile.
You can try using CSS to achieve please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.whb-row.whb-header-bottom {
background: red;
}
Best Regards