Notifications
Clear all

Change round corners

4 Posts
2 Users
2 Likes
106 Views
Posts: 7
Topic starter
(@mustafamohsen)
Active Member
Joined: 4 months ago

Hi

Is there a way to restyle the round corners into angled ones? If it must involve CSS, which selectors should I set?

 

Topic Tags
3 Replies
Posts: 941
(@tutrix)
Noble Member
Joined: 3 years ago

@mustafamohsen

try

#wpforo #wpforo-wrap .wpforo-category, #wpforo #wpforo-wrap .wpforo-cat-panel {
  border-radius: 0 !important;
}
Reply
2 Replies
(@mustafamohsen)
Joined: 4 months ago

Active Member
Posts: 7

@tutrix I will. Thanks!

Reply
(@mustafamohsen)
Joined: 4 months ago

Active Member
Posts: 7

@tutrix Works perfectly. Thanks

Reply