Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1729007
Colision de estilos
Closed

Comments

  • grupobocel started the conversation

    Los sub-menus estan presentando problemas dado que no se visualizan vin y no he podido identificar como solucionarlo por favor asistanme.


  •  228
    Milingona replied

    You can fix that by pasting the following code into Bakery > Custom Code > Custom CSS:

    .vu_main-menu ul li ul.sub-menu li a {
        background-color: #000 !important;
    }

    Kind regards,



    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • grupobocel replied

    cuando me posiciono abajo en el scroll pasa esto.

  •  228
    Milingona replied

    You can change #000 to any color. Please let us know the colors you want to use for submenu text and background. We will provide you the exact code.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • grupobocel replied

    Lo que quiero es que el sub-menu tenga el mismo estilo y color que el menu.

  •  228
    Milingona replied

    Then please add the following code into Bakery > Custom Code > Custom CSS:

    .vu_main-menu ul li ul.sub-menu li a {
        color: #414141;
    } .vu_main-menu ul li ul.sub-menu li a {
        background-color: #efefef;
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • grupobocel replied

    Sigue quedando del mismo modo el sub-menu es decir no cambia de color.

  •  228
    Milingona replied

    Try to add !important to all code lines as below:

    .vu_main-menu ul li ul.sub-menu li a {
        color: #414141 !important;
    }
    .vu_main-menu ul li ul.sub-menu li a {
        background-color: #efefef !important;
    }

    Thanks,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • grupobocel replied

    solo se muestra del color del menu cuando pongo el cursor encima.


  •  228
    Milingona replied

    In order to fix that please add the code below into Bakery > Custom Code > Custom CSS:

    .vu_main-menu ul li ul.sub-menu li a:hover {
        color: #d6a360 !important;
        background-color: #efefef !important;
    }

    Thank you,


    Milingona Support

    Follow on     Envato     Facebook     Twitter