Notifications
Clear all

wpForo 1.x.x [Solved] Round Categories

6 Posts
3 Users
3 Reactions
1,001 Views
Posts: 22
Topic starter
(@caliptogarcia)
Eminent Member
Joined: 6 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: 1453
(@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: 6 years ago

Eminent Member
Posts: 22

@tutrix nice work thanks. work !!

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

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

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

Support Team
Posts: 993

@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: 6 years ago

Eminent Member
Posts: 22

@martin thanks this worked