Large letter at start of para
The topic ‘Large letter at start of para’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I generally struggle a bit with WordPress, but on this page of the Paulie demo http://demo.silocreativo.com/paulie/2013/06/18/welcome-to-jennifer-a-wordpress-blogging-theme/ the P at the start of the paragraph is large and turquoise – how do you do this? It also mentions a step-by-step guide, it would be really helpful to have the link for this.
Thank you,
Georgina
The blog I need help with is: wolveswitandwisdom.wordpress.com
Hello Georgina,
Thank you for writing ans using Paulie.
About capital letters, the site demo you are watching is the wordpress.org version.
The wordpress.com version is here:
https://pauliedemo.wordpress.com/2013/06/18/welcome-to-paulie-a-wordpress-blogging-theme/
Anyway, you can add some CSS rules in order to get it:
.entry-content > p:first-child {
min-height: 120px;
margin-top: 20px;
}
.entry-content > p:first-child:first-letter {
float: left;
color: #b5ddda;
font-size: 160px;
line-height: 115px;
padding-right: 8px;
padding-left: 0px;
margin-right: -60px;
font-family: 'Montserrat', Helvetica, sans-serif;
font-weight: 700;
}
You will be able to add your own CSS if you have the Custom CSS module activated
https://en.support.wordpress.com/custom-css/
Thank you again!
Ricardo P. from Silo Creativo
The topic ‘Large letter at start of para’ is closed to new replies.