Hi,
Is there a way to hide the cart icon? On smaller devices the icon disappears from the screen, which is not very usefull. It would be better to have an option to make it stick to one of the screen corners.
For that reason, I’m using a plugin that does exactly what I want. “Problem” is I now have two cart icons :-) I want to disabled the Enfold one …
Regards,
Michel
Hey Michel,
So you want to hide the default theme icon? If so then please try the code below in Quick CSS:
#menu-item-shop {
display: none;
}
Best regards,
Rikard
Hi Michel,
Please the code put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css.
If you need further assistance please let us know.
Best regards,
Victoria
I’m afraid that doesn’t work … any other suggestions?
Michel
Hi,
Add the code to the very top of quick css so it runs first. Also, clear the cache a few times over.
Best regards,
Jordan Shannon