• Hello, I want to have different color for different sub menu items. How can I achieve that? I have different class name defined for different menu in ‘Menu’ page.

    Another question, I have applied different colors for menu items, it works fine on desktop mode but on mobile the color won’t appear. For this I’m using this code:
    #site-navigation-wrap .dropdown-menu > li.cls-home > a
    {
    color: #762ac0;
    }

Viewing 1 replies (of 1 total)
  • Hi,

    Please share the website URL to check for the code.

    Please add the below code instead of previous for menu and check.

    @media screen and (max-width: 768px) {
    #site-navigation-wrap .dropdown-menu > li.cls-home > a
    {
    color: #762ac0;
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘CSS class for sub menu items’ is closed to new replies.