• thetomas88

    (@thetomas88)


    Hello, I am trying to set custom css on single menu item (color and font weight) but theme ignores my custom css.

    Even when I try to go with .menu-item-2480 or set cusom css class in wordpess admin and then add css to it.

    Any ideas please?

    Thank you

Viewing 1 replies (of 1 total)
  • Hi @thetomas88,

    Try this CSS code:

    .menu-item-14 > a {
        color: #fff000 !important;
    }
    
    .menu-item-14 > a:hover {
        color: #ddd !important;
    }

    Make your own adjustments accordingly.

Viewing 1 replies (of 1 total)

The topic ‘Single Menu item css’ is closed to new replies.