Home Forums WoodMart support forum Mobile navigation bar

Mobile navigation bar

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

    visanchan
    Participant

    As shown in the image, you previously provided me with a piece of code that changed the mobile bottom bar background to black. However, I noticed that it only works in portrait mode — when the phone is in landscape mode, the background changes to white. Is there a CSS code that can make the background stay black in both portrait and landscape modes? Thank you.

    #652739

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-toolbar  {
            background-color: black !important;
        }

    Best Regards,

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