POSTS and PRODUCTS OPTIONS

Posted in: Newspaper
Post count: 8

Here, with products I can’t the way to dissable breadcrumps, categories and tags.
In my panel, I never allow to show this.
I’d like a clear website without all this info.
https://www.escueladesurfonthesea.com/reserva/surf-camping-septiembre-quincena-1/
Also appear 2 times the word Description (Descripción in spanish) I want it only one time.
Hope you can help with these problems.
Thank you in advance.
Cheers!
Mario

Post count: 35449

Hi,

Unfortunately, our theme do not have an option to remove these elements from woocomerce page, but you can use a css to remove them https://i.imgur.com/BC0jc5g.png -> https://i.imgur.com/y7xJWsu.png
.single-product .entry-crumbs, .single-product .posted_in, .single-product .tagged_as, .single-product #tab-title-description
{
display: none;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.