Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #852876

    Hi,
    I would like to have the shopping cart on the side the same way it appears when using the option “Display floating on the side, but only once product was added to the cart”. Is there a way to make it not disappear?

    Thank you in advance!
    Best,
    Anton

    #853576

    Hey tonydobrevski,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #853615

    Dear Basilis,

    Thank you very much!

    Best,
    Anton

    #854189

    Hi Anton,

    Thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #857197
    This reply has been marked as private.
    #857834

    Hi,

    Yes, it’s possible. Please add this code in the Quick CSS field.

    #menu-item-shop .cart_dropdown_link {
        display: none;
    }
    
    .html_visible_cart #menu-item-shop .cart_dropdown_link {
        display: block;
    }

    This is not a native feature of the theme so let us know if you found bugs or glitches.

    Best regards,
    Ismael

    #869010

    Hi Ismael,

    Sorry for the late reply. I tried using this CSS but unfortunately it does not work (nothing changes).

    Best,
    Anton

    #869904

    Hi,

    I visited the site but it’s blank. Please check it and then post the login details in the private field.

    Best regards,
    Ismael

    #870447

    Hi Ismael,

    Login Details at Private area

    Thank you in advance!
    Best,
    Anton

    • This reply was modified 7 years ago by Basilis.
    #871808

    Hi,

    I moved the details to private, so noone will notice them and you have any security issues.

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.