New Landing How can we help? Themeforest Theme Support Neighborhood "Go to the Shop" in the cart on the home page

Viewing 6 posts - 1 through 6 (of 6 total)
  • #94837
    SGM
    Member
    Post count: 14

    Hello,

    I am enjoying your theme so far. I am trying to make my store private for a pre-launch and I need to remove the “go to the shop” in the cart/bag on the homepage header. I looked through your forums and I didn’t see anything about it. Thank you.

    SGM

    #94999
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .bag-buttons {
      display: none;
    }

    But make sure you remove it when the shop goes live

    – Kyle

    #95013
    SGM
    Member
    Post count: 14

    Hi

    It will be live for invite only users only, but I need it hidden from public view because I couldn’t find a plugin to hide the whole site. Should I use the same code? Thanks for your help!

    SGM

    #95086
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can try:

    body:not(.logged-in) .bag-buttons {
      display: none;
    }

    – Kyle

    #95365
    SGM
    Member
    Post count: 14

    Thank you! It works perfectly.

    #95366
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register