Home › Forums › Use Any Fonts › New fonts only display on main page header
This topic contains 4 replies, has 2 voices, and was last updated by Dinesh 1 year, 10 months ago.
-
AuthorPosts
-
June 2, 2016 at 12:06 am #5918
Larry KingAlthough the Cinzel font displays as I would expect on the main page, and it appears on many of the <H1> etc. element on other pages, it does not appear in the header (at the top) of other pages. Just the main page.
The only difference that I can see is that the main page is a post and the other pages are “pages.”
Let me know what I’m doing wrong!
Thank you for this plug in. I really want to use the Cinzel font!
June 3, 2016 at 4:51 pm #5926Hi Larry,
Sorry for the delay in reply due to some issue here. To show the font in your inner pages, you need to keep this in custom element box and assign font to it.
p.site-title
Thanks
June 4, 2016 at 4:52 pm #5941
Larry KingThanks for helping, Dinesh. I’m probably just doing it wrong, ’cause it’s still not working. Based on your post, here’s what I put in the style.css file in my child theme:
#content p {
site-title.font: cinzel-regular;
}Is this what you meant? I’m a little new to CSS, so you may have to walk me through this in a little more detail. Thanks, again, for helping.
Larry
June 4, 2016 at 5:26 pm #5942
Larry KingOOPs. I figured it out. Sorry.
.site-title {
font-family: “cinzel-regular”;
}THAT DID IT.
Thank you!June 6, 2016 at 3:03 am #5948Hi Larry,
Sorry to left you alone here due to weekend. Glad you fixed it.
Also, actually you don’t need to keep this in style.css file. You can keep just the element in custom element box and assign font to it from our font assign section.
Thanks
-
AuthorPosts
The topic ‘New fonts only display on main page header’ is closed to new replies.