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.

 

wpForo 1.x.x [Solved] Round Categories

6 Posts
3 Users
3 Reactions
1,317 Views
Posts: 22
Topic starter
(@caliptogarcia)
Eminent Member
Joined: 7 years ago

Good evening, I would like to know how I can do to put the categories sections in the round.

 

5 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@caliptogarcia

add this to custom css


#wpforo #wpforo-wrap .wpforo-category { border-radius: 5px; }

Dashboard > Forums > Settings > Style (custom css)

you can adjust the value 5px as you wish

1 Reply
(@caliptogarcia)
Joined: 7 years ago

Eminent Member
Posts: 22

@tutrix nice work thanks. work !!

Posts: 22
Topic starter
(@caliptogarcia)
Eminent Member
Joined: 7 years ago

Dont work in topics !!! Is there any way to modify it?

2 Replies
Moderator
(@martin)
Joined: 9 years ago

Support Team
Posts: 990

@caliptogarcia,

The CSS code above is only for categories. Here is a code for topics:

#wpforo #wpforo-wrap .wpforo-post-head {border-radius: 5px;}
(@caliptogarcia)
Joined: 7 years ago

Eminent Member
Posts: 22

@martin thanks this worked