Okay
  Public Ticket #1365987
Shopping cart in header
Closed

Comments

  • stacydmeyer started the conversation

    My shop is only open to registered members, therefore, is it possible to only show the shopping cart icon in the header to logged in users only?

  •  8,470
    Tahir replied

    Hey ,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.


    Thanks 


    ThemeNectar Support Team 

  •   stacydmeyer replied privately
  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body:not(.logged-in) .cart-outer {
        display: none !important;
    }
    body:not(.material):not(.logged-in).ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul.buttons{
        padding-right:0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • stacydmeyer replied

    Worked like a charm! Thanks for your help!