-
AuthorPosts
-
June 21, 2017 at 4:49 pm #811036
Hi, how can I disable on singleproducts the price?
I write in woocommerce.css
.single-product.postid-4592 .price {
display: none;
}This is not working for me
June 21, 2017 at 7:43 pm #811124Hey AudioVoice,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJune 21, 2017 at 10:13 pm #811187June 22, 2017 at 7:36 am #811356Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.single-product p.price { display:none !important; }
Best regards,
RikardJune 22, 2017 at 6:51 pm #811748Cool. thx. It works
.single-product.postid-4592 .price {
display:none !important;
}Now the price is disabled on this product
June 23, 2017 at 5:51 am #811958Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 3, 2017 at 10:51 pm #816088Hi. The same I have to do in the Ajax Cart. you can test it when you book a room
You see the price on the bottom of the cart
July 6, 2017 at 12:08 pm #817165Hi AudioVoice,
Which elements here do you need to hide http://imgur.com/a/0CEID?
Best regards,
VictoriaJuly 9, 2017 at 12:10 pm #8183631x 38,-
July 10, 2017 at 2:48 pm #818765Hi AudioVoice,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 10, 2017 at 6:50 pm #818929Ok it works. But now no price will be visible. I have a normal shop and this prices I want to see
July 10, 2017 at 7:48 pm #818960Hi AudioVoice,
This is only for the cart popup on the side. Have you tried to use the code?
Best regards,
VictoriaJuly 10, 2017 at 7:53 pm #818962Yes but now in the popup no prices are shown I want to disable only the price from the pinpoint booking products
July 11, 2017 at 6:17 am #819105Hi,
Please, may you provide to us a screenshot about the price that you want to hide?
Best regards,
John TorvikJuly 15, 2017 at 9:34 pm #821832.single-product.postid-4592 .price {
display:none !important;
}.woocommerce-cart .price {
display:none !important;
}with this code I can delete price from one product in cart. How can I do this in the little Ajax Cart preview?
July 16, 2017 at 11:05 pm #822213Hi,
As John said,
Please, may you provide to us a screenshot about the price that you want to hide?Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.