Home › Forums › WoodMart support forum › Login to see prices › Reply To: Login to see prices
September 15, 2020 at 1:19 pm
#226460
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body:not(.logged-in).login-see-prices.yith-request-a-quote-page .product-subtotal, body:not(.logged-in).login-see-prices.yith-request-a-quote-page .shop_table_responsive tbody tr:nth-child(2){
display:none;
}
Regards