Archived topic
Center the date & reduce breadcrumbs font size
1 reply · Started by Amit on August 16, 2018
Viewing posts 1–2 of 2
How can I center the "Last Modified date' in posts and pages , also How should I reduce the breadcrumbs text size?
Hi there,
Try this CSS:
.entry-meta {
text-align: center;
}
p#breadcrumbs {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.