How to hide dots in pagination ...?

Hello. How can I hide three dots from pagination?
123…789

Hi @rivoi,

You can add the following code inside the Custom CSS of your post element:

.dots {
	display:none!important;
} 

Have a great day,
Thomas

It doesn’t fit. There is an empty space there. Then it turns out like this: 123 7, it is necessary that the numbers go in order