• Hi,

    I like to change one menu tab (‘sucessen’ on https://test.webdesignrdam.nl ).

    The horizantal menu is not from the theme but from a plugin called jquery-mega-menu. I just added somethink like :

    .menu-item-8314
    {
    background-color:#d7000;
    color: #fff;
    }

    to the css file of the plugin. But nothing changed. Am i doing something wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ferhaddd

    (@ferhaddd)

    anyone

    you will probably need to format the link; and use a more specific style;

    for example:

    #dc_jqmegamenu_widget-2-item ul li.menu-item-8314 a {
    background-color:#d7000;
    color: #fff;
    }

    on top of that, you are using the same color (white) as already exists, and you are using a background color which is covered by the background image as defined in the styles.

    with other words, even if you use the more specific style for the link, you won’t see any change.

    https://www.w3schools.com/css/css_background.asp

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color on one menu tab’ is closed to new replies.