• Hi Mark,

    How to setup my background color for my dropdown nav menu? So, when it is visited or active, its not become white.

    So far, its become white because I set up the nav bar with this code

    #main_menu_gv a:active {
        background-color:white;
    }
    #main_menu_gv a:visited {
        background-color:white;
    }

    But, its also affect the dropdown (sub) menu.

    I also has modified it whit this code

    #main_menu_gv ul li a:active {
        background-color:white;
    }
    #main_menu_gv ul li a:visited {
        background-color:white;
    }

    But, it still doesn’t work.

    Thanks for your help.

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This topic was modified 6 years, 10 months ago by bdbrown.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    This is not directly related to the functionality of my plugin, but an issue with the Elementor builder it seems. I would suggest to get in touch with them, as they are more qualified about how to customize your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘set background color for dropdown (sub) menu’ is closed to new replies.