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

    Hi,

    i would like to give two specific menu-items on mobile a different background-color, one yellow and one green is this possible?

    “Werken aan vitaliteit” -> Yellow
    “Werken aan talent ” -> Green

    Best regards, Jos

    Mobile menu

    #500506

    Hey JosBlo!

    Add this to your custom CSS.

    #mobile-advanced #menu-item-204 > a {
        background: yellow;
    }
    #mobile-advanced #menu-item-203 > a {
        background: green;
    }

    Cheers!
    Elliott

    #500690

    Thank you, that did the trick!

    Your support is awesome!

    #500856

    Hey,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify mobile menu entries’ is closed to new replies.