The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
CSS class not worki...
 
Share:
Notifications
Clear all

Limited Support

Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
Happy Holidays!

 

[Solved] CSS class not working 100%

2 Posts
2 Users
0 Reactions
812 Views
Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

Hello friends

I like to rebuild the comment/editor field where members type in there comments.

I tried so much, making a new border/radius/fontchange and much more, and i ended with:

 

.ql-editor.ql-blank {
background-color: #ddeeff;
}

Nothing from aboce i liked to do, isnt working and this single line is also not working.

The background is just shown before you begin to type a text, with the first letter the background is white.

How can i fix this, anf how can i rebuild the editor section with css?

 

Orakel

1 Reply
Asti
Posts: 7679
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi @orakel.

You should use this one: 

#wpdcom .ql-container{
background-color: #ddeeff;
}

In case if you want to change the tollbar section background color use this code as well. 

#wpdcom .ql-toolbar{
background-color: #ddeeff;
}
Share: