New Landing How can we help? Themeforest Theme Support Joyn Checkout help menu hide items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #164866
    Klarity
    Member
    Post count: 183

    Hi,

    I would like to know how to hide the following

    1. the ‘returns and exchange’ link in the checkout
    2. the ‘Need help?’ and telephone number on the left.

    Many thanks,

    #165005
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce .help-bar ul li:nth-child(3),.woocommerce .help-bar span{
    display:none !important;
    }

    Thanks
    Mohammad

    #166217
    Klarity
    Member
    Post count: 183

    Hi,

    I was wondering if you might be able to help.

    Requirements have changed on this site checkout page – I am trying to remove/hide
    ‘Email customer care’ from the checkout page (though this modal is still required on the product page)

    reinstate ‘Need Help?’

    And keep ‘returns and exchanges’ hidden.

    Many thanks,

    #166220
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one

    
    .woocommerce-checkout .help-bar ul li:nth-child(1) {
      display: none;
    }

    and replace Mohammad code by this one

    
    .woocommerce .help-bar ul li:nth-child(3){
    display:none !important;
    }

    -Rui

Viewing 4 posts - 1 through 4 (of 4 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