New Landing How can we help? Cardinal How to remove the Add to Cart button which appears on the product thumbnail ?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #117868
    Supreme007it
    Member
    Post count: 70

    hi Can u help me to remove the button which appears on the product thumbnail?
    I need to remove or resize them in tablet.

    And how i can translate “choose an option” in product selection ?

    Thank’s

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

    Hi,

    Can you provide us the specific page url?

    Thanks.

    -Rui

    #117969
    Supreme007it
    Member
    Post count: 70

    http://tiffanybergamo.com/shop on Tablet landscape (1024×768)- Tablet portrait (768×1024) – Small tablet landscape (800×600) and lower

    #117977
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .shop-actions {
      display:none!important;
    }

    – Kyle

    #117982
    Supreme007it
    Member
    Post count: 70

    ok, this remove all but i need to remove just in that resolution (tablet-mobile)

    #117991
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok instead use:

    @media only screen and (max-width: 768px) { 
    .shop-actions {
      display:none!important;
    }
    }

    – Kyle

    #117997
    Supreme007it
    Member
    Post count: 70

    @media only screen and (max-width: 1024px) {
    .shop-actions {
    display:none!important;
    }
    }

    😉

    Tnk’s now work fine |!

    Can u help me to change “share This” in “Condividi” ?

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

    I thought you wanted to remove it?

    – Kyle

    #118009
    Supreme007it
    Member
    Post count: 70

    no, just edit and rename

    #118013
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can translate using the PO files

    – Kyle

    #118015
    Supreme007it
    Member
    Post count: 70

    Ok tnk’s

    #118017
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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