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?
This topic has 5 replies, 3 voices, and was last updated 1 weeks, 3 days ago ago by Tony Rodriguez
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
Dear martijntje,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Dropdown menu style varies in the header’' has been successfully resolved, and the topic is now closed for further responses