Colors

Posted in: Newsmag
Post count: 23

Hello,

how can i change the color of the dropcap?

Thanks in advance

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/VMKGV3mqw3G

.dropcap{
color: red!important;
}

Let me know how it goes and if you still need further assistance please provide a link where I can have a closer look on this and I will get back to you in shortest time.

Thanks!

Post count: 23

Hello Andrei,

actually this changes the color of the letter, what i want is to change the color of the background (the circle) in the dropcap.
The site is still under construction so, i cannot post any link

Thanks for your time,
Magda

Post count: 6535

Hi

Replace the previous css with this one: http://screencast.com/t/n9igPUX6jA

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

Thanks!

Post count: 23

Thank you,

issue is solved!

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