This topic has 4 replies, 2 voices, and was last updated 3 months, 3 weeks ago ago by Rose Tyler
Hello!
I got two menus in my header: a primary and a secondary one.
One has nice drop-downs (in the style of the rest of the website). The other has ugly ones. Is there a way to fix this?
Hello, Martijntje,
Thank you for reaching out to us.
Could you please provide temporary wp-admin access? We need to check your settings.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Best Regards,
8Theme’s Team
Hi,
Please see data attached.
Regards,
Martijn
Hello, Martijntje,
We appreciate your prompt response.
We would like to inform you that the menu styles you like have been added through CSS code. For instance, you can view the implementation at https://gyazo.com/3604b4b5a744513fa32a6b983a5b9faf As indicated by the code, the color is applied only to the menu with the specified ID and does not affect others. This means you will need to locate where this code was added and make the necessary modifications.
For example, change
#menu-geboortehuys ul .item-link {
color: #b2666a;
}
to
.nav-sublist-dropdown a {
color: #b2666a !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up