Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] translate menu & change color

3 Posts
2 Users
1 Reactions
222 Views
Posts: 2
Topic starter
(@ghostbiker)
New Member
Joined: 9 months ago
2 Replies
Tutrix
Posts: 1522
(@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: 9 months ago

Thank You !