Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #594140

    Hi there,

    I’ve been struggling to get rid of the white background for the Methodist Women link in the Ministries Mega Menu.

    I’ve tried this but it didn’t work :

    #menu-item-599 .sub-menu li {
    background: none!important;
    color: #444444;
    }

    #594160

    Hi @phylicia ;
    try to change the color of the whole “sub menu” with :
    #menu-item-599 . sub-menu{ }

    if you would like to target just a link in that sub menu :
    #menu-item-599 . sub-menu #menu-item-XXX a{ }

    (!) XXX = is the “id” of your menu element

    #594170

    Hi there @begrafiks

    I’ve tried both your options but they didn’t work either.

    Any other suggestions?

    #594272

    Hi @phylicia ;
    sorry for the first codes, there is an extra space before “sub-menu”
    try with :
    #menu-item-599 .sub-menu{ }

    if you would like to target just a link in that sub menu :
    #menu-item-599 .sub-menu #menu-item-XXX a{ }

    • This reply was modified 8 years, 8 months ago by begrafiks.
    #594367

    Hola!

    En el apartado “Estructura del menú”, necesito grabar en el “menú principal Enfold” más de 50 elementos, pero no se pueden añadir más, porque a partir de ese número ya no aparecen.

    ¿Hay alguna solución?

    Gracias anticipadas

    #594443

    Thanks @begrafiks ! It finally worked!

    Is there any code that applies to ALL the sub-menus in the mega menu? Instead of having to do #menu-item-XXX .sub-menu{ } for each and every menu item?

    Cheers!

    #594516

    Hi @phylicia;
    then try this to target on a specifique sub menu item (which is XXX) and all the following links to sub pages
    #menu-item-XXXX .sub-menu li a{ }

    or try this to target all the following links to pages in all of the sub menus
    #top .av-main-nav ul a{ }

    #594721

    Thank you @begrafiks for all your help!

    Both options worked but I had to separate them this way :

    #top .av-main-nav ul {
    background-color: transparent;
    color: #444444;
    }

    #top .av-main-nav ul a{
    background-color: transparent;
    color: #444444;
    }

    or

    #menu-item-XXX .sub-menu {
    background-color: transparent;
    color: #444444;
    }

    #menu-item-XXX .sub-menu a{
    background-color: transparent;
    color: #444444;
    }

    Somehow putting them together wouldn’t work =)

    Thanks anyway! Problem solved!

    #594725

    Hi!


    @begrafiks
    thank you for your help! we really appreciate it :)


    @phylicia
    please let us know if you have any questions we are happy to help you.

    Best regards,
    Vinay Kashyap

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.