Hi there, is it possible, to hide the Link “Blog” on Topmenu on Desktop ? The Link “Blog” should be displayed only on mobiles ( < 767px.) The site is http://wordpress.p367756.webspaceconfig.de/
Hey Rico008,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) {
#menu-item-811 {
display:none !important;
}
}
Best regards,
Rikard
Excellent Rikard! Thx a Million!
Hi!
Glad Rikard could help!
Future readers, please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Let us know if you have any other questions or issues and enjoy your weekend!
Cheers!
Yigit