Hi, how I can insert on a category page or product page a “page-title” (category page or product name)? If I write a title in that place examining Seo perfomance there are two h1 in a same page. One is in a page title, one is my paragraph style.
Example: woocommerce category name: example1
In that page I need to see “example1” without create another h1.
In private detail and example
Thanks
Best regards
Hey nuncer,
Thank you for using Enfold.
Did you add this css modification?
.template-shop .page-title {
display: none;
}
Best regards,
Ismael
Hi Ismael, I added that modification in quick css of my child theme and doesn’t work…
Do you have other solution?
Thanks again and best regards.
hi, excuse me, I try to explain it better: I need to view “page title” in text area without rewrite it as a text. How can I do?
In private details
Thanks again and regards.
Hi,
Thank you for the update. If you don’t mind, please post the login details in the private field so that we can check the settings.
Best regards,
Ismael
Hi, Thanks for your time and kindness.
In private login.
Best regards,
Hi,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling
.template-shop .page-title {
display: block;
position: absolute;
top: 5px;
}
Please review your website
Best regards,
Yigit
Magic! It is what I want! I added only “left: 350px;” to align h1 with the text below (I hope I did right).
Thank you very much.
Best regards.