Home › Forums › WoodMart support forum › woocommerce weird field woocommerce weird field This topic has 5 replies, 2 voices, and was last updated 4 years ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 9, 2020 at 3:33 pm #249301 Jackheather101Participant Hi, This bit of text displays on products on-page and in cart. How can I disable this? Thanks, Attachments:You must be logged in to view attached files. December 9, 2020 at 5:59 pm #249338 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .widget_shopping_cart .cart-info { display:none; } This code would remove all excepting the image. Best Regards December 14, 2020 at 9:39 am #250775 Jackheather101Participant Hi, Yeah im not looking to remove everything else just the ‘sold by’ can we please get rid of that specifiacally? December 14, 2020 at 5:40 pm #250919 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .cart-info .variation .variation-SoldBy{ display:none; } Please remove the code I provided earlier. Best Regards December 15, 2020 at 7:36 am #251039 Jackheather101Participant Hi, That has worked a treat. It is also on one other place on the site (I have attached a screenshot) How can i remove it from here also ? Thanks, Attachments:You must be logged in to view attached files. December 15, 2020 at 10:37 am #251105 Elise NoromitMember Helllo, Please provide the page URL I will provide custom CSS. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register