dropcap background color

Posted in: Newspaper
Post count: 1

Hi guys.

Where is this defined? It keeps showing blue, and I have changed all the color settings.

Cheers.

Post count: 285

Hi @infusednz
For some of them you have to add an inline style
better create your own class into style.css than use inline css

<span class="dropcap" style="background-color:#e91fae">K</span>
  • This reply was modified 9 years by nairolf.
Post count: 6535

HI @infusednz

You can also use this css in theme panel > custom code > custom css: http://screencast.com/t/6unFfh1f8XC

.dropcap {
background-color: red!important;
}

Hope this helps!
Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.