Adjusting font on record archives page
- The topic ‘Adjusting font on record archives page’ is closed to new replies.
Need help? Check out our Support site, then
Hey Luke,
I can’t resize the font on my Opera page (it is a record archive page) on the customizer. Is there a CSS snippet that I can use to target the text on that specific page? Specifically, I want to make the font lower and change the style to Adele.
Thanks!
The blog I need help with is: (visible only to logged in users)
If you have either the WordPress.com Premium and Business plans, you should be able to add custom CSS to style the text on that page. I’m not exactly sure what text you’re referencing though.
As for the Adelle custom font, you’ll need the Custom Design upgrade to use that Typekit font.
Thanks for your reply, Luke.
The text I am referencing is the body of the page. The content in the body of the page is too big.
Could you please send me a css snippet that would target the content to make the font smaller on my Opera page only?
Thank you!
The following CSS should target the page content you’re looking for and get you started.
.page-content {
font-size: 16px;
}
Luke,
It worked perfectly!! Thank you so much for all your help!
Best,
Leina
Great, good to hear!