Support » Plugin: Side Cart Woocommerce (Ajax) » Marvelous Plugin, but….

  • Plugin does what it needs to do. It really looks great and gives you more then enough options. The free version is good for me, but I might upgrade, just to support the good working plugin. I have a B2B website, so prices are not visible for website visitors. I notices that the plugin comes with a css editor. Can the developer show us the css code for hiding the Side Cart when users are not logged in? That would help me a lot. I`m not to familiar with css 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xootix

    (@xootix)

    I am glad you like the plugin. Please add this CSS

    body:not(.logged-in) .xoo-wsc-markup {
    display: none!important;
    }

    Thread Starter dennisteek

    (@dennisteek)

    Hi Xootix, and thank you for the CSS code.

    Ive put the code into the Custom CSS of the plugin, but that didnt work. I`ve put the code into the Appearance >> Customizer >> Extra CSS editor, without luck either. Could you please tell me where to put the CSS code?

    Thanks in advance!

    Plugin Author xootix

    (@xootix)

    Please replace

    body:not(.logged-in) .xoo-wsc-modal {
    display: none!important;
    }

    Thread Starter dennisteek

    (@dennisteek)

    Yesss…..that works 😀

    Time for me to suport your plugin by upgrading 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this review.