Home Forums Basel support forum How to remove tag description from product page

How to remove tag description from product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #22074

    prisona
    Participant

    Picture 10 – How do I remove or control/exclude tags from the description in the product page ?

    Picture 9 – This button (Back to shop, in English) doesn’t work, when I press it nothing happens. How do I control/edit elements (in this case the button) on this page ?

    Attachments:
    You must be logged in to view attached files.
    #22083

    Bogdan Donovan
    Keymaster

    10. You can edit tags for the product on Edit Product page. https://gyazo.com/c903d24e4539f4481a03d9b117492fd4

    9. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-cart .woocommerce > .cart-empty,
    .woocommerce-cart .woocommerce > .return-to-shop {
    	background-color: transparent;
    }
    
    .woocommerce-cart .woocommerce > .cart-empty {
    	font-size: 36px;
    	letter-spacing: 1px;
    	line-height: 1.5;
    	padding: 250px 0 0px 0;
    }
    
    .woocommerce-cart .woocommerce > .return-to-shop {
    	padding: 0;
    	line-height: 1;
    }

    Regards.

    #22089

    prisona
    Participant

    Thank you for the code, it works!

    About the product page tags – I want to know how to edit/exclude (if possible) tags that display on the product page, not tags for the products themselves. For example if I don’t want tags to be displayed on the product page in the area that I have shown what do I do ? I suppose excluding just part of them is not possible ?

    *I don’t want to remove/exclude tag from the product itself, but from the product page.

    #22098

    Artem Temos
    Keymaster

    If you want to hide them completely, you can use the following CSS code

    .tagged_as {
    display:none!important;
    }

    Regards

    #22222

    prisona
    Participant

    I wrote the code in the Custom CSS section, but it didn’t work, tags still show.

    http://crystal-zone.com/produkt/swarovski-2808-heart-10-mm-denim-blue/

    #22236

    Artem Temos
    Keymaster

    But we don’t see the tags on your product page now https://gyazo.com/019f944d8c2cbd3850c2d018e8731e9e

    #22239

    prisona
    Participant

    You are absolutely right, my mistake, thank you!

    #22257

    Artem Temos
    Keymaster

    Great, you are welcome! Thank you for the review 🙂

    Regards

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

The topic ‘How to remove tag description from product page’ is closed to new replies.