How to make the about text at info page not using the headings font?
- The topic ‘How to make the about text at info page not using the headings font?’ is closed to new replies.
Need help? Check out our Support site, then
Hi all,
I love the overall new look of my blog using this theme, but one small irritating thing that I want to change is the font of the about text in my info page. I am currently using FF Market as my headings font and I love it for the title of my blogposts. Apparently the about text also use this headings font by default. For me, the about text is a text and not a heading, so it needs to use the base font that is easy to read (sans serifs, in my blog I am using FF Dagny Pro). How can I change the font of the about text (not the title nor subtitle) at info page?
The blog that I need help with is http://nadya.wordpress.com
Looking forward to hear from you. Thank you.
Best,
Nadya
The blog I need help with is: (visible only to logged in users)
Hi Nadya,
I’m so super sorry for my late reply. You can use the following custom CSS to change the font-family and font-size as you need it:
.entry-content .about-wrap p.about-text {
font-family: "ff-dagny-web-pro","ff-dagny-web-pro-1",sans-serif !important;
font-size: 20px;
font-size: 1.25rem;
line-height: 1.7;
}
@media screen and (min-width: 1023px) {
.entry-content .about-wrap p.about-text {
font-size: 24px;
font-size: 1.5rem;
}
}
Best, Ellen
Dear Ellen,
Thanks for your reply, it works! Love your themes by the way :D
Best,
Nadya