• Resolved hugosilva23

    (@hugosilva23)


    Hi! I’m using the Hello theme with Elementor. The menu isn’t showing the color I set in Elementor. Can you help me out?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Atakan Au

    (@atakanau)

    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?

    Thread Starter hugosilva23

    (@hugosilva23)

    Hello. Menu and sub menu are not getting Elementor colors. Do I have to change the class on shortcode?

    Plugin Author Atakan Au

    (@atakanau)

    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.

    Thread Starter hugosilva23

    (@hugosilva23)

    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!

    Thread Starter hugosilva23

    (@hugosilva23)

    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!

    Plugin Author Atakan Au

    (@atakanau)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘CSS Issue’ is closed to new replies.