I’ve customised my site’s font package but the changes only seem to take effect in posts, and pages remain unchanged. I saw that this issue had come up earlier with an older version of the theme but should have been resolved – I’m using v. 1.0.6
1 Answers
To change the content in the pages, you can add the following code:
.page .page-content { font-family: ....; }
Hope this helps !
I’m a bit of a wordpress/coding beginner – where do I need to add the code?
Again – where should the code go? I really don’t see why this should have to be done manually instead of being pre-coded into the theme
You can add this code to the style.css file in the Dashboard > Appearance > Editor. Please find the font here: https://www.google.com/fonts
Hope this helps !
Please login or Register to submit your answer