Home Forums WoodMart support forum Mobile menu – color

Mobile menu – color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328432

    MatoZato
    Participant

    Hello.

    Please, how can i change color of mobile menu?

    Thank you very much.

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-mobile>li>a {
    color: red;
    }

    Best Regards

    #328451

    MatoZato
    Participant

    Thank you.

    But then how i change text color setting?

    I cant set color of menu general for desktop and mobile too?

    Thank you very much.

    #328456

    Hello,

    The CSS will change the color of mobile menu links only. It will not affect the desktop.

    Regards.
    Xtemos Studios.

    #328463

    MatoZato
    Participant

    Okay. And when i change mobile menu color, how i change mobile menu text color?

    Thank you very much.

    #328581

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-mobile li a {
        color: red;
    }

    Best Regards

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