Woocommerce – Single Product Page – Product Name Missing
-
Hi,
Using OceanWP currently —
Just suddenly realised — why is the Product Name missing from the page — It used to be together with my Social Sharing buttons in “div.summary.entry-summary” Section.
I checked with OceanWP Tech support, they found out that this coding in css is causing the issue : (And it was Elementor settings that caused it – but I do not know what would that be)
https://snipboard.io/nMNomr.jpg
.elementor-page-title, h1.entry-title {
display: var(--page-title-display);
}They informed me to use this code to resolve — in Additional/Custom CSS under Customizer :
.woocommerce div.product div.summary .product_title {
display: block;
}https://snipboard.io/PSdBj5.jpg
But I felt this is not the right way — since the problem suddenly occurred out of nowhere, have to try to resolve it rather than adding additional css to resolve the issue.
— Found if I toggled this css coding off will resolve the issue —
:root {
--page-title-display: none;
}https://snipboard.io/ZMpW3l.jpg
https://snipboard.io/QeSX3b.jpg
Would appreciate if you could pin point what is the root cause so that I can get it right — rather than using Additional CSS to “partially” resolve it.
Thanks.
Regards
Faustine
The page I need help with: [log in to see the link]
The topic ‘Woocommerce – Single Product Page – Product Name Missing’ is closed to new replies.