Hello!
Please check this guide: https://forum.tagdiv.com/theme-colors-introduction/
Hope that helps you!
Thank you!
Hello!
Try to change that color using Gutenberg or the Classic Editor or custom code: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
The screenshot is on the link: https://drive.google.com/file/d/1VudlXFSxWAao4Pf_Wid-gOfSS-1ZHB-N/view?usp=sharing
1. The part of the screen where the Drop Cap is visible.
2. Setting in the administration when writing the content of the page.
3. My try to change the color, but the color of the whole text changes and the Drop Cap remains blue :-((
Hello!
For example, if I change the color from here: https://prnt.sc/2qvAKrcRp3QQ it will save like that.
Please make sure you do not have any other color which overwrite that rule. Or please set the important property: https://www.w3schools.com/css/css_important.asp
Thank you!
Look at your picture, the color behind the text has changed. I need to change the color of Drop Cap. The same color changes without the important property. https://drive.google.com/file/d/1oVNTo4Aw5sfTDUvQSBslUJ9VGt80v30E/view?usp=sharing
Which css class controls the color of the Drop Cap?
-
This reply was modified 4 years by
dra_proba.
Dear Bettina, I asked my good friend to take a look and here he said this to all the users. In the hidden file: td_legacy_main.css this unconfigurable option is set.
Correct css code that I asked for is:
p.has-drop-cap[class*="dropcapp"]::first-letter {background-color: red;}
Note: This is not a good solution for Drop Cap because it is very slow !!!
Thank you