Notifications
Clear all

[Closed] Change round corners

4 Posts
2 Users
2 Likes
309 Views
Posts: 42
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 1 year 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: 1248
(@tutrix)
Noble Member
Joined: 4 years ago

@mustafamohsen

try

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

Trusted Member
Posts: 42

@tutrix I will. Thanks!

(@mustafamohsen)
Joined: 1 year ago

Trusted Member
Posts: 42

@tutrix Works perfectly. Thanks