[ad_1]
My Table of Content widget from Elementor pro always starts with 1.1 instead of 1. So it adds an extra nummer to the toc.
Im trying to get a fix for hours now and its driving me crazy 😀 Google didn’t help.
I’ve put the page online for a while so you know what i mean.
[ad_2]
You have
::marker
psuedo element. Which suggests you have the TOC wrapped in a list (sort of <ol><toc><li>item</li></toc></ol>)
The ugly fix is to ::marker { display: none; }
But check your page – have you wrapped the TOC in another list or other ‘block’ or element?
Or perhas you have used the TOC on a list – instead of on a set of H1-6 elements?