This topic has 3 replies, 3 voices, and was last updated 8 years, 11 months ago by Fem.
Viewing 4 posts - 1 through 4 (of 4 total)
How do I use one font and font size in the blog post? I want to use normal font on blog posts.
See the problem here: http://www.swifttermitecontrol.com/choosing-a-termite-control-company/
Thank you.
Hello,
For changing font name that can be managed from anona theme options panel and for changing the specific font size you need to inspect following elements copy the class name and add it custom css section in theme options panel. I hope answered your question.
Thank you
Thank you. Is there a way to edit the first letter? I can’t find anything when I inspect elements.
Thanks.
The first element is taken by the pseudo class and will be there in the CSS.
.singlepost .entry-content > p:nth-child(1) { font-size: 21px; }
.singlepost .entry-content > p:first-of-type:first-letter {
float: left;
margin: 10px 10px 0 0;
font-size: 60px;
font-weight: bold;
line-height: 45px;
}
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.