Home Forums WoodMart support forum Mobile Menu

Mobile Menu

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

    leejay123
    Participant

    Hi,

    My mobile navigation menu is black as my theme settings are set to the Dark option.
    I want to keep the background black however i want to change the colour on menu item when its active. I know this can be achieved with CSS so i would greatly appreciate it if you can supply me with the CSS code.

    Please see below example:
    https://gyazo.com/e2fcc4a87849630690755df71bd7658d

    If a user clicks blog item on menu on mobile i want active background item for blog to be red for example.

    #181581

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #181583

    leejay123
    Participant

    Please find details in private area

    #181617

    Hello,

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

    #menu-mobile-navigation .menu-item.current-menu-item .nav-link-text {
        color: red;
    }

    Best Regards

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