Hello, I have the problem that the price is simply displayed twice in the “quick view”. I don’t know where to disable this or if it’s a css problem? can you please help me fix this problem. Many thanks in advance.
This topic has 3 replies, 2 voices, and was last updated 5 years, 1 months ago ago by dev-design
Hello, I have the problem that the price is simply displayed twice in the “quick view”. I don’t know where to disable this or if it’s a css problem? can you please help me fix this problem. Many thanks in advance.
Hello,
Probably the second price comes from WooCommerce Germanized plugin http://prntscr.com/vcgii4
You can hide one price using the below code at Theme Options > Custom CSS
.quick-view-popup .product-content .product-name + .price {
display: none;
}
Regards
Thank you very much that solved the problem!
The issue related to '‘Double price display under "Quick view"’' has been successfully resolved, and the topic is now closed for further responses