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
Hello,
I am using the GP Premium. I would like to change the submenu color in the home page. I would like the same colors as the top-level menu.
Screen capture of the colors configured in elements
Web is in a test platform:
user: jorgeo151
pass: tX9R3j8S
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.