Hi,
i just found this Code to Hide ALL the drop downs in the bar menu, but i want to hide only two specific dropdown.
is that posible?
@media only screen and (min-width: 767px) {
nav.main_menu ul.sub-menu {
display: none!important;
}}
Thanks
Hey reinsicht,
Thank you for the inquiry.
Yes, that should be possible. We could use child selectors to target specific elements inside the dropdown, or use their id. But we have to check the site first in order to provide the appropriate css. Please provide the site URL in the private field.
To learn more about child selectors, please check the following article.
// https://css-tricks.com/useful-nth-child-recipies/
Best regards,
Ismael
Hi,
the Webseite :
I want to hide only the Dropdown in Menu for Individualisierung and Templates
Thanks!
Hi,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Here is the Link
Hey reinsicht,
I’m not seeing anything in the private data section.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
#menu-item-3471 .sub-menu,
#menu-item-4960 .sub-menu{
display:none!important;
}
Best regards,
Jordan Shannon
Thanks i used it works fine.
Hi,
Great! Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Yes thans!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon