Jonas Jun 10, 2021 · 3:45 pm #15855 Hi there,
I’m trying to style the Gutenberg dropcaps with this CSS:
p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 8.4em;
line-height: .68;
font-weight: 100;
margin: .05em .1em 0 0;
text-transform: uppercase;
font-style: normal;
}
I’ve been able to do so with other themes but for some reason it’s not working when I’m using Polestar. Do you have any suggestions? Thanks in advance!
Andrew Misplon Puro Jun 10, 2021 · 3:47 pm #15856 Hi Jonas
Please, send a link to a page concerned and I’ll take a look. Thanks.
Jonas Jun 10, 2021 · 4:31 pm #15857 Sure:
http://shedrub.wearetheword.net/inspiration/om-meditation/
I’ve uploaded the css in the Additional CSS editor but it seems that it’s not loading. I have changed the font-family and specified as important, but to no avail.
Andrew Misplon Puro Jun 11, 2021 · 9:16 am #15859 Hi Jonas
Thanks for sharing. Here is the issue: https://imgur.com/a/YShNr74. Hope that helps.
Andrew Misplon Puro Jun 16, 2021 · 10:04 am #15863 Hi Jonas, a quick follow-up to see if you’ve made progress?