This topic has 3 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #198682
     matthewokoh
    Participant

    Hi

    On my woocommerce product category page the “li.product figcaption .shop-actions>a.button” is not showing the button text.

    Is it possible to hide or remove the “li.product figcaption .shop-actions>a.button” function or button on mobile devices? Because it is not showing “button text” on mobile devices.

    Thank you for all your help.

    Attachments:
    You must be logged in to view attached files.
    #198750
     Radu
    Moderator

    Hi,

    Just use this css to remove those buttons on mobile.

    COPY CODE
    
    @media(max-width:768px) {
        li.product figcaption .shop-actions {
        display: none;
        }
    
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #198756
     matthewokoh
    Participant

    It worked awesome… thank you

    #198832
     Radu
    Moderator

    Great
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?