Hi,
I have recently personalized my menu with a logo in the menu sidebar, here it is: https://oneunity.fr/
But i would like to delete this for the smartphones and tablettes.
How can i do it?
Thank you,
Alexis
Hi Alexis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) {
#menu-item-1558 {
display: none !important;
}}
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Best regards,
Yigit