New Landing How can we help? Themeforest Theme Support Dante hide help bar in check out page

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Dante
  • #281373
    dennisyoo
    Member
    Post count: 11

    Hide Help Bar modal

    i try to use above the links css but its not working to me is there any other css ?

    thank you for your help !!

    #281402
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to check and resolve the issue.
    Thanks
    Mohammad

    #281508
    dennisyoo
    Member
    Post count: 11

    i attached picture , and i want remove these – help_bar(Shipping information /Returns & exchange /F.A.Q.’s)

    i try to find solution in support and i found a CSS recomended but it not work for me

    please find the way using CSS. thanks!

    Attachments:
    You must be logged in to view attached files.
    #281523
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .help-bar {
      display:none;
    }

    – Kyle

    #281686
    dennisyoo
    Member
    Post count: 11
    This reply has been marked as private.
    #281688
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a URL.

    – David

    #281741
    dennisyoo
    Member
    Post count: 11
    This reply has been marked as private.
    #281742
    dennisyoo
    Member
    Post count: 11

    i try put this code themeoptions-custom css

    .product_meta p .leave-feedback, .product_meta p .need-help, .single-product .product-share , .woocommerce-checkout .woocommerce .help-bar ul{
    display:none;
    }

    or i need to direct to put in [woocomerce_checkout] page?
    wow…. myself silly..

    #281836
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to Theme Options > Custom CSS:

    .woocommerce .help-bar ul li:not(:first-child) {
      display: none;
    }

    – Kyle

    #282611
    dennisyoo
    Member
    Post count: 11

    hello Kyle

    still not working

    what should i do?

    .woocommerce .help-bar ul li:not(:first-child) {
    display: none;
    }

    (:first-child)-> need url here? or change name?

    #282621
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve put it inside a media query, you need to close the media query before the css

    Replace all of your custom css with this:

    @media only screen and (max-width: 479px) {
    body .woocommerce-shop-page ul.products li.product, 
    body .product_list_widget > div > ul.products li.product {
        width: 46%!important;
        min-height: 315px;
    }
    }
    
    .woocommerce .help-bar ul li:not(:dante-child) {
      display: none;
    }

    – Kyle

    #282817
    dennisyoo
    Member
    Post count: 11

    im sorry to say again …it’s not work..

    #282823
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry I meant

    
    @media only screen and (max-width: 479px) {
    body .woocommerce-shop-page ul.products li.product, 
    body .product_list_widget > div > ul.products li.product {
        width: 46%!important;
        min-height: 315px;
    }
    }
    
    .woocommerce .help-bar ul li:not(:first-child) {
      display: none;
    }

    – Kyle

    #283364
    dennisyoo
    Member
    Post count: 11

    thank you so much! its working now!

    #283368
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register