The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
color of icons on h...
 
Share:
Notifications
Clear all

[Solved] color of icons on hover

4 Posts
2 Users
0 Likes
321 Views
Posts: 2
Topic starter
(@dragonicecreamganymede28879)
New Member
Joined: 1 year ago

How do I change the color of the icons on hover?

Schermata 2023 04 07 alle 14.33.21

 

3 Replies
Asti
Posts: 7124
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi,

The CSS code is provided below: 

.ql-snow.ql-toolbar button:hover {
    color:  #9f1414 !important;
}
#wpdcom .ql-toolbar button:hover .ql-stroke{
    color: #9f1414 !important;
    stroke: #9f1414 !important;

}
#wpdcom .ql-toolbar button:hover .ql-fill:hover, #wpdcom .ql-toolbar button:hover .ql-fill {
    color: #9f1414  !important;
    fill: #9f1414  !important;
}

Please note: we don't provide CSS codes for style customization. 

Just find the classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize.

CSS

Posts: 2
Topic starter
(@dragonicecreamganymede28879)
New Member
Joined: 1 year ago

Actually I had been trying for an hour how to change the color with Chrome's inspect.

I know you don't normally do this, but I couldn't make the change before. If that's not what I'm looking for, I'll come back to the forum.

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

We're going to mark this thread as resolved. Feel free to open a new topic if you have further questions.

Share: