I need to hide dots on line 4 without hiding links. Is it possible to achieve via css? All links are changed by css to block elements, floating to the left side.
Well, you could wrap the dots in a span to segregate them, and providing a styling hook. Then make the span {display: none;}. If you want the dots’ space to be preserved, use {visibility: hidden;}.
Maybe you could absolutely position the .pagination paragraph off screen and just move the <a> elements back on screen again. A bit messy, though. Seems a bit silly not to be able to modify the software. It would probably be as simple as deleting those dots once and for all.
I like zoom’s solution better if it works cross-browser. It’s like if the OP wanted to make the dots blue and the anchors red, you’d do the same thing.
The use of a font stack with fonts with the same metric or fairly the same metric should solve the problem with font-family, because the negative spacing depends on font-family, but if fonts have the same metric, that becomes a moot point.