fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

how to hide rightpress_live_product_price

Dmitrii Morozov

Hello! Pls let me know how to hide this block on product page <dl class=”rightpress_live_product_price”

I don’t need it to pop up after page loading, i need only one price for all variations (sizes). Tried to hide it with CSS display:none, but it still appears.

Example page http://curlyhouse.beget.tech/shop/women/dresses/plate-rubashka-s-vysokim-vorotnikom-akvamarin/

Golam Kibria

Hi Dmitrii,

Please try adding the following CSS to the customizer:

.single .rightpress_live_product_price {
display: none !important;
}

Let me know if this helps.

Thank You

Dmitrii Morozov

Yeah its working from customizer, but not from theme settings or style.css. Thanks!