Sep 03, 2020 6:12 pm
hi support
how are you ...thanks for your great plugin !
i have a problam to write comment
the text inside the box is so small
please give me a
CSS code to change size
look at this picture to understand 🙂
thanks
1 Reply
Sep 04, 2020 6:27 am
Hi @abbasshams,
Please try this CSS code:
#wpdcom .ql-editor > * {
font-size: 20px !important;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.