Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1220057

    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

    #1220345

    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

    #1220381
    This reply has been marked as private.
    #1220617

    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

    #1220784

    I’m afraid that doesn’t work … any other suggestions?

    Michel

    #1220998

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to hide the cart icon?’ is closed to new replies.