Notifications
Clear all

[Closed] Change round corners

4 Posts
2 Users
2 Reactions
370 Views
Posts: 44
Topic starter
(@mustafamohsen)
Trusted Member
Joined: 2 years 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: 1357
(@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: 2 years ago

Trusted Member
Posts: 44

@tutrix I will. Thanks!

(@mustafamohsen)
Joined: 2 years ago

Trusted Member
Posts: 44

@tutrix Works perfectly. Thanks