Okay
  Public Ticket #1050617
Changing Sub-Menu Design CSS
Closed

Comments

  •  2
    imsu started the conversation

    Hi,

    I want to change the colours of the sub menu items (white background, grey text, unbold).

    Could you help me with the custom css code for it?



  • [deleted] replied

    Hi Imsu,

    We don't give support for modifications but i will try to help you this time only:

    Please add the code below to Custom CSS

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul {
        background: #fff !important;
        font-weight: 300 !important;
    }
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a {
        color: grey !important;
    }
    
  •   imsu replied privately
  • [deleted] replied

    Hi imsu,

    1— Just paste the code that i send to you on Custom CSS, click Save, then go to your page and refresh your site 2-3 times if the changes don't appear immediately.

    2— That is how Wordpress shows the links, you can't do anything to change that because the link is how it should be.

    Will set this ticket as solved from here.

    Have a great week!