How-to and Troubleshooting
5
Posts
2
Users
0
Reactions
1,162
Views
Jan 02, 2019 10:51 pm
I have reinstalled WPForo and this "problem" still exists. Whenever I go over an icon, it gets dark. Can I somehow change that through the code? Or, can I change the editor?
Â
4 Replies
Jan 03, 2019 10:16 am
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 10:31 am
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 10:37 am
THANK YOU VERY MUTCH <3 😀