Site logo

Archived topic

Submenu color in header element

3 replies · Started by Fernando Díaz Gascón on December 3, 2019

Viewing posts 1–4 of 4

Hi there,

try this CSS which will make the sub menu background transparent when it is part of a merged site header:

.header-wrap .main-navigation ul ul {
    background-color: transparent;
    box-shadow: unset;
}

It works perfect! Thank you

Glad to be of help

This archived topic is closed to new replies.