First letter big – how?

Posted in: Newsmag
Post count: 217

Hi,

how can I capitalize the first letter of each article like this?

http://dev.promicabana.de/wp-content/uploads/letter.png

I tried some tutorial, but it changed simply nothing.

Thanks in advance!

Post count: 9544

I think there is shortcode for that …

on your post, go to visual editor, then from tool bar to shortcode, then click on one of the drop cap items after you highlight the first letter of your paragraph….

this will drop in shortcode like so

[dropcap type="1"]N[/dropcap]

Post count: 217

Thanks Chris!

But I need it automatically for every post. 🙂

Post count: 7909

Hi,

You can try this css code it should work fin if you don’t use text padding: http://screencast.com/t/48YrTgpL

.td-post-content p:first-child:first-letter {
color: #903;
font-size: 75px !important;
}

If you use text padding you will need another way to target(I’m not sure if it can be targeted): http://screencast.com/t/Bw2UALgT http://screencast.com/t/EUFB3m8D

Hope this helps!

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