New Landing How can we help? Themeforest Theme Support Neighborhood Disable Help Bar in Checkout Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • #31604
    celeteweitz
    Member
    Post count: 57

    First of all , an amazing theme. However, I have an issue I do not want to show the help bar ( which says “Need help call Customer care, Shipping Information, Refunds etc) in the checkout page at the top and disable it completely, what are my options, any custom css or any other stuff.Would appreciate any help provided.

    #31922
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    All you need to do is add the following to the custom css box within theme options:

    .woocommerce-checkout .help-bar {
    display: none;
    }

    – Ed

    #43611
    citizenofblue
    Member
    Post count: 29
    .woocommerce .help-bar {
    display: none;
    }

    This is the right answer.

    #44298
    Melanie – SUPPORT
    Member
    Post count: 11032

    Thanks citizen, Ed’s solution is correct 🙂

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

You must be logged in to reply to this topic.