Notifications
Clear all

wpForo 1.x.x [Closed] Remove Editor Hover-Effect

5 Posts
2 Users
0 Likes
1,060 Views
Posts: 3
Topic starter
(@elektroniker)
Active Member
Joined: 5 years ago

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
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

Posts: 3
Topic starter
(@elektroniker)
Active Member
Joined: 5 years ago

gildenpvp.eu

->Β  https://gildenpvp.eu/forum

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

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;
}
Posts: 3
Topic starter
(@elektroniker)
Active Member
Joined: 5 years ago

THANK YOU VERY MUTCH <3 πŸ˜€