Home Forums WoodMart support forum modifying dropdown bg color Reply To: modifying dropdown bg color

#48231

Hello,

Please add this code to custom CSS area in the Theme Settings in order to correct:

.sub-menu-dropdown {
    background-color: rgba(255,255,255,0.5);
}

If you want less transparent replace 0.5 for 0.8 Please note: 1 – not transparent, 0 – transparent, choose and use the value you need.

If you have any questions please feel free to contact us.

Best Regards