Home › Forums › WoodMart support forum › Login to see prices Login to see prices This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 15, 2020 at 12:48 pm #226436 mindeParticipant Hello, I have chosen Login to see add to cart and prices from the admin panel for woocommerce. Its working fine when it is on the product page but its not hiding prices in CART. Why? Attachments:You must be logged in to view attached files. September 15, 2020 at 1:19 pm #226460 Artem TemosKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register