Home Forums WoodMart support forum Change Mobile Menu background

Change Mobile Menu background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #408146

    mariacristal
    Participant

    Hi,

    How can I change the mobile menu background? I want to make it with a bit of opacity.

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

    Hello,

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

    body .mobile-nav {
        background-color: #000;
    	  opacity:0.7;
    }

    Best Regards

    #408306

    mariacristal
    Participant

    Worked like a charm. Thank you

    #408389

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change Mobile Menu background’ is closed to new replies.