Notifications
Clear all

Change round corners

4 Posts
2 Users
2 Likes
214 Views
mustafamohsen
Posts: 42
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 10 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
Tutrix
Posts: 1082
(@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
(@mustafamohsen)
Joined: 10 months ago

Trusted Member
Posts: 42

@tutrix I will. Thanks!

Reply
mustafamohsen
(@mustafamohsen)
Joined: 10 months ago

Trusted Member
Posts: 42

@tutrix Works perfectly. Thanks

Reply