Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421734

    RaynardKyleGuzman
    Participant

    Hi all!

    I have just assigned several sub-menu items on my main menu. The problem is when viewed on desktop, the background color of the sub-menu is different from the background color of the main menu. (I’ve provided an image). It also makes the sub-menu items very difficult to read. When viewed on mobile, it works perfectly fine, the appearance of the sub menu is exactly like the appearance of the main menu. I want the sub-menu and main menu color schemes to look exactly alike both on desktop and on mobile. Thanks a lot!!

    #1421753

    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1423792

    RaynardKyleGuzman
    Participant

    Sorry. It’s yunoclothing.com

    Thanks!

    #1424188

    Joao
    Moderator

    HI There,

    Please add the following code to Appereance Customizer Custom CSS

    .masthead-inline .x-navbar .desktop .sub-menu {
    
        background: black;
    }

    Hope it helps

    Joao