Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1407882

    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.

    #1408045

    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>');
    Enfold_Support_2117.jpeg
    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

    #1408163

    Thank you for your help. It worked.

    #1408168

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Irrevelant heading tags on page’ is closed to new replies.