Home Forums WoodMart support forum woocommerce weird field

woocommerce weird field

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #249301

    Jackheather101
    Participant

    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.
    #249338

    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

    #250775

    Jackheather101
    Participant

    Hi,

    Yeah im not looking to remove everything else just the ‘sold by’ can we please get rid of that specifiacally?

    #250919

    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

    #251039

    Jackheather101
    Participant

    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.
    #251105

    Helllo,

    Please provide the page URL I will provide custom CSS.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)