• Resolved ionsar23

    (@ionsar23)


    hi! newbie here.

    how could i change the background color of my dropdown header menu;

    could now find it in settings (dashboard). maybe i have to try css code;

    • This topic was modified 1 year, 2 months ago by ionsar23.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @ionsar23 ,
    The theme does not offer a built-in option to modify the background color of dropdown menus. However, you can achieve this by applying custom CSS. Please insert the following code into the “Additional CSS” section:

    .header-wrapper .main-navigation ul ul.sub-menu li > a, .header-wrapper .main-navigation ul ul.children li > a {background: #E11C1C;}

    Thread Starter ionsar23

    (@ionsar23)

    Hey,

    thanks a lot. just tried and worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change dropdown menu background color’ is closed to new replies.