Home Forums WoodMart support forum Mobile navbar formatting

Mobile navbar formatting

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

    rlifestylestore
    Participant

    How do you change the background colour for the mobile navbar? I want to change it from white to colour # rgb(255,204,0)

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

    Luke Nielsen
    Keymaster

    Hello,

    Check the code below for help:

    body .wd-toolbar {
        background-color: rgb(255,204,0);
    }

    Kind Regards

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