New Landing How can we help? Cardinal cartcheckout help bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #208263
    studiodorus
    Member
    Post count: 42

    Hello,

    I’ve got a question about the checkout help bar on my account page (woocommerce).
    I found a some sollutions to remove the help bar but i want to delete on item in the checkout bar.
    Returns & exchange has to be removed. Only the item “Returns & exchange”, not the hole checkout bar.

    Do you have a solution?
    Screenshot in attachments.

    Thanks

    Kind regards

    Attachments:
    You must be logged in to view attached files.
    #208266
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

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

    Hope it helps.

    -Rui

    #208267
    studiodorus
    Member
    Post count: 42

    Thanks,

    Great stuff.

    Kind regards.

    #208268
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. No problem.
    -Rui

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

You must be logged in to reply to this topic.