Notifications
Clear all

[Solved] Color when I hover over the letters.

5 Posts
2 Users
1 Reactions
510 Views
Posts: 14
 Lux
Topic starter
(@lux)
Eminent Member
Joined: 3 months ago

Hi! When I hover over letters and select them, they appear in the same color I've set for other elements. I'd like the color that appears when I select text to remain neutral.

Is there any way I can do this?

Thanks

Topic Tags
4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@lux,

Please leave the example URL where we can check the CSS conflict. 

Posts: 14
 Lux
Topic starter
(@lux)
Eminent Member
Joined: 3 months ago

I can't, sorry, it's a close membership. I just need to change the background color (and text color) of the text selector with CSS.

I attach an image to help.

Thanks.

Posts: 14
 Lux
Topic starter
(@lux)
Eminent Member
Joined: 3 months ago

This is the css but don't works:

#wpforo #wpforo-wrap *::selection{color: #FFF!important; background: red!important;}
#wpforo #wpforo-wrap *::-moz-selection{color: #FFF!important; background: red!important;}

The color in the Setting is 12 color.

Thanks.

Posts: 14
 Lux
Topic starter
(@lux)
Eminent Member
Joined: 3 months ago

I've already solved it, I've placed the CSS in the Colors & Styles -> Custom CSS Code settings.

Thanks!