Categoría: BRICKS PRO READING PROGRESS
-

Reading Progress Bar in Bricks
This Pro tutorial provides the steps to implement a reading progress bar in Bricks builder. Step 1 Add the progress element as the first child of body. Go to Bricks → Settings → Custom code and paste the following in Body (header) scripts: <progress aria-hidden=»true» class=»reset reading-progressbar js-reading-progressbar» max=»100″ value=»0″> <div class=»reading-progressbar__fallback js-reading-progressbar__fallback»></div> </progress> While…