Notifications
Clear all

[Solved] translate menu & change color

3 Posts
2 Users
1 Reactions
106 Views
Posts: 2
Topic starter
(@ghostbiker)
New Member
Joined: 1 month ago
2 Replies
Tutrix
Posts: 1504
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @ghostbiker 

Menu >> wpForo v2 Documentation - wpForo Menu

Color:

add this to custom css (Example black)
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic {
  border: 1px solid #000000;
}
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic.wpfcl-5 {
  color: #000000 !important;
  fill: #000000 !important;
}
Posts: 2
Topic starter
(@ghostbiker)
New Member
Joined: 1 month ago

Thank You !