Hello! I am willing to help you with the menu color issue you are experiencing. To give you the best advice, could you tell me:
* What color are you trying to set for the menu?
* Which menu elements should match that color?
Hello. Menu and sub menu are not getting Elementor colors. Do I have to change the class on shortcode?
The menu currently appears to be fine with a green background and white foreground. The Shortcode works, and does not need to be modified. You can achieve the desired colors by adding new CSS rules. You can use these custom CSS rules (by changing the color codes):
.elementor-location-header .elementor-nav-menu li {
background-color: #006400; /* darkgreen */
}
.elementor-location-header .elementor-element .elementor-nav-menu--main.elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item
,.elementor-element .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a.elementor-item{
color: #ffff00; /* yellow */
}
.elementor-element .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a.elementor-item.highlighted{
background-color: #000; /* black */
}
If you need more customization, please contact me via the contact form on my blog site with more details.
Hello!
I used this shortcode to apply the Elementor class to the menu:
[autocategorymenu taxonomy="product_cat" hide_empty="0" a_cls="elementor-item"]
However, the dropdown menu is not following Elementor’s default CSS.
Is there a way—similar to what I did with the main menu—to change the class of the dropdown using the shortcode?
It’s really important for me to manage this menu entirely through Elementor, without using custom CSS, so that my client can make changes on their own.
Thank you so much!
Hi! Could you help me, please? I also tried sending a message through the website form but haven’t received a response. Thanks in advance!
Hello.
I received your message and replied two days ago (July 26, 11:58 a.m., GMT+0). Perhaps it was flagged as spam and you didn’t see it in your inbox. Please check your spam folder.