Removing the '2 out of 5' bar

Im using nodebb for some teaching. It works well on google meet especially with the 'spoiler' feature to reveal answer. However the progress bar gets in the way '2 out of 5' etc How to remove this. Im sure its some CCS involved?

On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

1 points · 5 comments · view on lemmy.world

5 Comments

baris@community.nodebb.org · 2 pts · 304d
.topic .pagination-block {
    display: none;
}

This should hide it on the topic page then.

baris@community.nodebb.org · 2 pts · 304d

In the custom css tab in the admin page at /admin/appearance/customise make sure custom css is turned on at the bottom of the page.

baris@community.nodebb.org · 1 pts · 304d (1 reply)

Are you using persona theme?

eeeee@community.nodebb.org · 1 pts · 304d

baris yes is Persona the default, I didnt change it

eeeee@community.nodebb.org · 1 pts · 304d

Thanks, where should I paste that code?