Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Best practices for changing HTML
Hi all,
due to SEO, I would like to make a few minor changes to the HTML structure of the frontend. E.g. I would like to change some headings (hx) into divs, etc.
What I did so far is to write a little jQuery/JS, that reads the content of an hx element, hides this element, adds a new (div) element with the original content. Seems a bit awkward and I would like to find a more elegant solution.
Are there any best practices? Did anybody else try this and can share some experience?
Thanks and best regards,
sangmister