Home Forums WoodMart support forum How to set up Products hover from single product page( like related product) Reply To: How to set up Products hover from single product page( like related product)

#158030

Hello

1) To change the product hover style on the products which you used on WordPress custom page. You need to edit the products elements with Wp-Bakery page builder and select your specific hover style and save the changes.

2) You can use the below CSS code in global custom CSS are under theme settings to display a border:

.related-and-upsells{
border: solid red 2px;
}

Best Regards.