Hi,
Is it possible to hide the search icon from main menu on laptops, but keep it when ever the burger menu is activated?
Hey ditteditte,
Please post a link to where we can see the element in question.
Best regards,
Rikard
Well in enfold settings -> Main menu you can choose to “Append Search Icon To Main Menu”. That append the search icon on all screen sizes. What I would like to do is to only append the search icon when ever the burger menu is activated. Is that possible?
Well I never changed any settings for that so I believe it is Enfold standard.
Hi,
Thank you for the update.
You can add this css code to hide the search icon on desktop view:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.responsive #top .av-main-nav .menu-item-avia-special {
display: none;
}
}
Make sure that the Enfold > Main Menu > Menu Items For Mobile settings is set to the first option.
Best regards,
Ismael
Great! Thank you!
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike