Hi,
There are H3 and H5 elements on the blog pages- “Categories”, “Share this entry”, “Latest Blogs”.
We would like to remove the heading tags from them so that they don’t interfere with the page structure.
Hey menainfosec,
You would use the same script for this as in your H3 tags in the footer thread, so under:
replaceElementTag('#footer h3.widgettitle', '<p></p>');
add these two lines:
replaceElementTag('h5.av-share-link-description', '<p></p>');
replaceElementTag('h3.widgettitle', '<p></p>');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Thank you for your help. It worked.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike