Home Forums WoodMart support forum Styling improvement category page product tiles

Styling improvement category page product tiles

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

    PD11
    Participant

    Hi,

    I’d like to have a clean category page, without buttons, short descriptions or hover effect. I’ve selected the 3rd option in ‘product styles’ and removed the buttons via settings and custom CSS. However, I’d also like to get rid of the hover effect. When hovering a product, the price disappears.

    How can I remove the product tile hover effect?

    Let me know, thanks!

    Paul

    #514943

    Hung Pham
    Keymaster

    Hi PD11,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #514951

    PD11
    Participant

    Sure, please find attached a URL of a category page

    #515108

    Hung Pham
    Keymaster

    Hi PD11,

    Thanks for sharing url.

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS.

    @media (min-width: 1025px){
    	.product.wd-hover-alt:not(.wd-variation-active):is(.purchasable,.product-type-grouped):hover .swap-elements {
    			transform: none !important;
    	}
    }

    Regards,

    #515470

    PD11
    Participant

    Thanks, that works!

    #515531

    Hung Pham
    Keymaster

    Hi PD11,

    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 ‘Styling improvement category page product tiles’ is closed to new replies.