New Landing How can we help? Cardinal Remove Checkout FAQ and Email Link

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #105579
    RobertAn
    Member
    Post count: 26

    Dear Swift Team,

    We wondered how to safely remove the links to feedback, email contact and faq from the checkout page.
    Could you help us out?

    Thank you!
    Robert

    #105722
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .help-bar {
      display: none;
    }
    

    – Kyle

    #105738
    RobertAn
    Member
    Post count: 26

    Dear Kyle,

    Wont this remove the complete help bar? We need Shipping and Return still in place, only the others need to be removed.

    How can we target them in the custom.css?

    -Robert

    #105744
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok use this instead:

    .help-bar li:first-child, .help-bar li:last-child {
      display: none;
    }

    – Kyle

    #105803
    RobertAn
    Member
    Post count: 26

    Dear Kyle,

    Sorry for fogetting to ask: where is the custom.css or where should it be created?

    -Robert

    #105809
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Go to Theme Options > Custom CSS

    – Kyle

    #105838
    RobertAn
    Member
    Post count: 26
    This reply has been marked as private.
    #105844
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #105865
    RobertAn
    Member
    Post count: 26

    Thank you – we will wait until the update is released.

    Meanwhile, could you maybe help us out with the code to hide the Feedback and Question contact links at the product pages?

    -Robert

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

    Of course, add this to your custom css:

    .product_meta .meta-row {
      display: none;
    }
    

    However you would need to be able to use the custom css box

    – Kyle

    #106434
    RobertAn
    Member
    Post count: 26

    Thank you Kyle

    -Robert

    #106544
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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