Notifications
Clear all

[Solved] page counter

3 Posts
2 Users
1 Reactions
978 Views
Posts: 2
Topic starter
(@urosjovanov)
New Member
Joined: 3 years ago

Hello,

How could I change the page counter from numbers like this to normal numbers

2 Replies
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @urosjovanov

add this to custom css

#wpforo #wpforo-wrap .wpf-navi select.wpf-navi-dropdown {
min-width: 45px;
}

Dashboard > Forums > Settings > Style (custom css)

1 Reply
(@urosjovanov)
Joined: 3 years ago

New Member
Posts: 2

@tutrix Thank you very much, it worked