Date and Fonts
- The topic ‘Date and Fonts’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I would like to eliminate date in page title (not author). How can I do that ?
Also this is a previous post which I don’t see anymore in the forum, not resolved :
I would like one font for website title (league gothic) different from other titles font (Ubuntu)
How can I do that ?
Many thanx
Adèle
The blog I need help with is: (visible only to logged in users)
Hi Adèle,
I’m sorry for the big delayed response. I missed your message, my bad.
In order to remove the post date on Pages only, you can use the custom CSS below:
/* Remove Post Date On Pages Only */
.page .posted-on {
display: none;
}
.page .edit-link-separator:before {
display: none;
}
Add the code in Appearance → Customize → Additional CSS and let me know how it goes.
As for adding custom fonts for the Site Title, you need to have a Business account. Read more: https://wordpress.com/support/custom-fonts/
Stay safe.
Alin
Pixelgrade