-
AuthorPosts
-
March 7, 2016 at 8:52 am #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;
}March 7, 2016 at 10:11 am #594160Hi @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
March 7, 2016 at 10:31 am #594170Hi there @begrafiks
I’ve tried both your options but they didn’t work either.
Any other suggestions?
March 7, 2016 at 1:41 pm #594272March 7, 2016 at 3:40 pm #594367Hola!
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
March 7, 2016 at 5:10 pm #594443Thanks @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!
March 7, 2016 at 6:25 pm #594516Hi @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{ }
March 8, 2016 at 2:54 am #594721Thank 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!
March 8, 2016 at 3:10 am #594725Hi!
@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 -
AuthorPosts
- You must be logged in to reply to this topic.