• Hi-
    I need help with the changing the colors on the menus in my top navigation.
    1. The sub menu background box is not as wide as the text
    2. The 2nd & 3rd level submenu area isn’t colored at all

    Example: https://cld.wthms.co/O2dgqu

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @jenster101

    We have checked your site and found that the issue was caused by “WP Mega Menu” Plugin installed on your website. If you’re not planning to use it kindly disable it and everything should work just fine. an alternative solution is to add custom CSS. From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS

    @media only screen and (min-width: 992px){
    	.main-navigation .menu ul ul li {
    	    background: #000;
    	}
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.
    Best Regards,

    Thread Starter jenster101

    (@jenster101)

    Thank you…that worked great!

    One more question: Is it possible to change the pinkish background color at the top behind the navigation, in the sections to the right of the slider, and in the background of the featured categories?
    https://cozumelmycozumel.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sub menu issues’ is closed to new replies.