Home Forums WoodMart support forum Can’t make add to cart (on desktop) always visible

Can’t make add to cart (on desktop) always visible

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #518348

    marcorevilla
    Participant

    Hello! I tried some code I found on this forum but I can’t make the add to cart button on desktop looks like the mobile one . On mobile is always visible and on desktop just on hover.

    #518495

    Hung Pham
    Keymaster

    Hi marcorevilla,

    Thanks for reaching to us.

    Navigate to Theme Settings > Product archive > Products styles and you can choose styles that display button without hovering, such as https://prnt.sc/dti4f6P3d83-

    Regards,

    #518727

    marcorevilla
    Participant

    Hello Hung! Thanks for the answer! In fact I was searching for some code to show the actual button without having to hover, like it is on mobile and not a different style.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #518870

    Hung Pham
    Keymaster

    Hi marcorevilla,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for desktop

    .products .product-wrapper .wd-buttons[class*="wd-pos-r"]{
    	opacity: 1;
    	visibility: visible;
    	transform: none;
    }

    Regards,

    #518996

    marcorevilla
    Participant

    Hello! Thank you very much, it worked like a charm. Great support 🙂

    #518998

    Hung Pham
    Keymaster

    Hi marcorevilla,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Can’t make add to cart (on desktop) always visible’ is closed to new replies.