AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
5
Posts
2
Users
0
Reactions
1,819
Views
4 Replies
Jan 03, 2019 2:16 pm
This is a conflict with other plugins CSS code or even with the current theme. Please leave your forum URL to allow us debug that conflict and provide some CSS code to fix it.
Jan 03, 2019 2:31 pm
Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset browser cache:
#wpforo #wpforo-wrap .wpforo-content button:hover, #wpforo #wpforo-wrap .wpforo-content .button:hover, #wpforo #wpforo-wrap .wpforo-content .widget .button:hover, #wpforo #wpforo-wrap .wpforo-content input#submit:hover, #wpforo #wpforo-wrap .wpforo-content input[type="submit"]:hover{
color:inherit;
border-color:inherit;
background:inherit;
background-image:none;
border-width:inherit;
border-style:inherit;
}
Jan 03, 2019 2:37 pm
THANK YOU VERY MUTCH <3 😀
