Home Forums WoodMart support forum Mobile Header Bottom Row Won't Change Color

Mobile Header Bottom Row Won't Change Color

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

    VCRShop
    Participant

    Dear support,

    I am trying to change the color of the bottom row for mobile headers. However, for some reason the header background stays transparent/white. Attached you will find two images. One of the header itself on the front-end. And, one of the settings for the bottom row. Please let me know what steps I should take in order to change the background color.

    Attachments:
    You must be logged in to view attached files.
    #270761

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .whb-color-dark.whb-header-bottom{
    background-color:red;
    }

    Please set the color as per your needs.

    Best Regards

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