Hi there
I would like to remove the header tags from my blog excerpts so that it just has the title, image and excerpt text.
Is there a function or option to do this?
Thank you,
Todd.
Hi there
I would like to remove the header tags from my blog excerpts so that it just has the title, image and excerpt text.
Is there a function or option to do this?
Thank you,
Todd.
By using the forum you are agree with tonjoo studio license agreement
Hi there,
Currently we dont have such feature. You need to edit your theme
Can I see your website?
Thank you
By using the forum you are agree with tonjoo studio license agreement
Hi Zea
Sure the website is:
www.rawpublic.com.au
On the Recipes page you can see what I mean.
I’ve seen functions that can remove the header tags from the excerpt but as I’m using ecae I would need to use different code.
I thought perhaps I could add css to the actual plugin itself to do this?
The site uses a child theme of the twenty-sixteen template.
Thank you.
Todd.
By using the forum you are agree with tonjoo studio license agreement
Hi there
Just wondering if you’ve had any time to look at this issue?
Still not able to find a solution to remove the header tags from the excerpt so it just has the title and the text.
Thank you.
Todd.
By using the forum you are agree with tonjoo studio license agreement
Hi there!
Sorry for late response. Please try this CSS :
.entry-content .ecae h1,
.entry-content .ecae h2,
.entry-content .ecae h3 {
display: none;
}
Hope it helps 🙂
Thanks
By using the forum you are agree with tonjoo studio license agreement
Hi Zea thanks for that 🙂
I actually figured it out with different code and have it working good.
However I had to use two different pieces of code, 1 for each category page.
So I’ll try your code because that might work for both pages so I don’t need as much custom code.
Thanks,
Todd.
By using the forum you are agree with tonjoo studio license agreement
Hi there!
Glad it works now 🙂
If you facing any issue, please let me know
Thank you
By using the forum you are agree with tonjoo studio license agreement