Okay
  Public Ticket #1214022
Menu and Submenu Color Modification
Closed

Comments

  •  1
    Adenuga started the conversation

    I changed the menu button colors and etc. (the green color) to a another color. I did it across the customization sections. However, it won’t change in the sub-menu of the menu items and menu (the small top border section of sub-menu). Where can I change this green color and the text color on the menu to match my taste?

    Thanks for your kind assistance and support.

  •  1,611
    Barry replied

    Hi there,

    I visited your website and noticed the default colors are still active. Did you changed the colors within Appearance > Customize > Theme Options > Navigation?.

    If you used the color settings within that customizer panel probably their is an issue why the colors are not updating to the front-end of the website. Can you provide me a login? I will take a closer look. Please use the 'private' reply.

    The bottom border line (on activate menu links or on hover the link) is automatically changed when using the 'Navigation background color' option. If you want to give this element a custom color please use the following CSS within the 'Custom CSS' textarea that is located in the 'Custom' panel of the theme customizer:

    .main-navigation li:hover a::after,
    .main-navigation li:focus a::after,
    .main-navigation li.current-menu-item a::after,
    .main-navigation li.current-menu-item a:hover::after,
    .main-navigation li.current-menu-parent a::after,
    .main-navigation li.current-menu-parent a:hover::after,
    .navigation ul li a::before {
        background-color: red;
    }
    

    Let me know if you have any questions.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  1
    Adenuga replied

    Thanks for your kind response. Really appreciate you!