• silaspayao

    (@silaspayao)


    Hey!
    I would like to know how to change the color of the dropcap.
    The options are to change the text and the background, but what I want to change is the color of the first letter.

    Thank you very much in advance!
    Silas

Viewing 1 replies (of 1 total)
  • Hey!
    You’d need to apply CSS to achieve it. Are you familiar with it?
    If so,
    Go to Customize > Add Additional CSS, and write the following (using your color, of course)

    .has-drop-cap:not(:focus)::first-letter {
    	color:#222;
    }

    I published a list of selectors to change all the hex colors (one by one) at my blog, if you wanna check it out 😉

    Stay safe!

Viewing 1 replies (of 1 total)

The topic ‘Change color of dropcap’ is closed to new replies.