When I see in translations the word "Counter" is translated, but not on page.
Is it possibel to move the dots?

Pafla

CommentFileSizeAuthor
counter1.jpg80.66 KBPafla
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalnesia’s picture

Counter module has CSS tag #counter, so you can hide the dot by:

#counter ul {
  list-style: none;
}
drupalnesia’s picture

Status: Active » Closed (fixed)

Fixed.