AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
1
Reactions
519
Views
Nov 24, 2024 11:55 am
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;
}
Nov 25, 2024 3:01 am
Thank You !
