Page 1 of 1

Dialog Bootstrap Heading elements are not in a sequentially-descending order

Posted: Thu Aug 05, 2021 1:44 pm
by Chizzle685
I'm using a privacyPopup from a webbuilder template. Dialog / Bootstrap generates <h4>. Is it possible to remove <h4>? Some of my pages only have <h1> to <h2>. Lighthouse then shows the following error Heading elements are not in a sequentially-descending order

Re: Dialog Bootstrap Heading elements are not in a sequentially-descending order

Posted: Thu Aug 05, 2021 1:54 pm
by Pablo
At the moment it is not possible to change the h4 tag.
But you can remove the entire header:
- make the title empty
- uncheck 'Display close button'

Re: Dialog Bootstrap Heading elements are not in a sequentially-descending order

Posted: Thu Aug 05, 2021 2:23 pm
by Chizzle685
Thanks, it works