Change list number color

Posted in: Newspaper
Post count: 4

Hi,

In this page, I need to change the blue color of the list, with another.

https://time2feat.com/receta-fitcocho-chocolate-nueces/

Post count: 1043

Use this code and replace the # with the color name or color code you want.
.td-post-content .dropcap {
background-color: #;
}

Post count: 20688

Hi,

You could use code as mentioned by epickenyan above, or edit the post and set the color you want for each dropcap
https://www.screencast.com/t/pxJ6sUp0MWUm
If you have many posts and wish to affect them all at once, the custom code would be the right solution. Example
https://www.screencast.com/t/iKpfFW2vG5
Code used in example

.td-post-content .dropcap {
background-color: blue!important;
color:yellow;
}

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