Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] page counter

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

Hello,

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

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 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: 4 years ago

New Member
Posts: 2

@tutrix Thank you very much, it worked