Home Forums WoodMart support forum Potential issue with the header bottom section in the header builder

Potential issue with the header bottom section in the header builder

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343942

    peshmerge
    Participant

    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

    #343968

    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

Viewing 2 posts - 1 through 2 (of 2 total)