New Landing How can we help? Cardinal a tablet — the cart icon of a goods list page, and * icon — undisplayed

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #128362
    un.chain
    Member
    Post count: 79

    hi

    I would like to use * icon un-displaying with a cart icon,
    when a site is seen by a tablet.
    Is how to make it undisplayed taught and got?
    Thank you for your consideration

    Attachments:
    You must be logged in to view attached files.
    #128369
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 1024px) {
     div.yith-wcwl-add-to-wishlist{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #128376
    un.chain
    Member
    Post count: 79

    Thank you ๐Ÿ™‚
    A cart icon should also teach how to make it undisplayed.

    #128382
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this code :-

    @media only screen and (max-width: 1024px) {
     div.yith-wcwl-add-to-wishlist{
    display:none !important;
    }
    
    add_to_cart_button{
    display:none !important;
    }
    }
     

    Thanks
    Mohammad

    #128394
    un.chain
    Member
    Post count: 79

    I am sorry

    Although reflection of my site may be slow,
    The cart icon is not undisplayed although CSS was inputted.

    #128396
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just forgot a dot [.] before add_to_cart_button class.
    Thanks
    Mohammad

    #128400
    un.chain
    Member
    Post count: 79

    hi

    The cart icon became undisplayed.
    Thank you very much ๐Ÿ™‚
    However, the icon of a variation will still be displayed.

    #128410
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not getting you.
    Thanks
    Mohammad

    #128415
    un.chain
    Member
    Post count: 79

    The language of the variation icon may be wrong.

    I am sorry

    Like a picture, one icon is still displayed.
    Can this icon be made undisplayed?

    thankyou

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

    Try this:

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

    – Kyle

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