ResolvedRemove Links icons from product image on mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32556
    apathchy
    Participant

    Greetings support,
    i wonder if there is a way to remove fast links icons from the product image in main page, but only on mobile version.
    I want them to not be visible only on mobile.
    Attached photo of the icons i want to remove.

    https://ibb.co/nwVTXSZ

    Regards,
    Svetlin

    #32559
    Althemist
    Keymaster

    Здравейте Светлин,

    Най-лесния начин би бил да се скрият бутоните (визуално с CSS). Нещо такова:

    @media only screen and (max-width: 767px) {
    div.prod_hold .links {
        top: calc(100% - 170px) !important;
        display: none !important;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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

License required for any item belonging to this account
AlThemist

AlThemist

sales 17771, followers 748
Login and Registration Log in · Register