Hi,
How can I make invisible the first item in the menu “get involved” on the link provided.
I’m also sharing in private how it looks now and what I would like to achieve.
Thanks!
Hey worldfuturecouncil,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-14638 .mega_menu_title {
display:none !important;
}
Best regards,
Rikard
Hi, ot works, but now both titles are missing.
I need only the “Get Involved” to not display. More in private. Item that I want to erase is between “//”
Thanks!!
Hi,
try this code:
.sub-menu #menu-item-14625 .mega_menu_title {
display: block;
}
.sub-menu #menu-item-14638 .mega_menu_title {
display: none;
}
Best regards,
Andy
Hello there,
unfortunately that code also hides both the GET INVOLVED and the DONATIONS items, and I only need the GET INVOLVED item to be invisible.
Any ideas?
Thanks