This topic has 5 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Amzy Leel
Hi,
Is it possible to remove the text ‘Product information’ and the ‘categories’ beneath it.
As you can see here: https://prnt.sc/gn5skz it is so close to the title and it’s breadcrumbs that it looks like double information.
I have tried ‘Show product name above the price’ in the theme options but then the nice title disappears.
Hope you can help.
Thanks, Ton.
Hi,
add this css code to 8theme options > styling > custom css > global custom css
to remove ‘product information’
.product-information-inner .title { display: none; }
To remove the categories beneath the title.
.product-information-inner .products-page-cats { display: none; }
Nice, nice,
Now the productpage looks sharp and clean.
Thank you very much,
Ton.
You are welcome.
Do not hesitate to ask if you have any other question (in new post/topic)
Regards,
You must be logged in to reply to this topic.Log in/Sign up