Archived topic
customize date
5 replies · Started by Femke on November 28, 2019
Hi,
The setting for showing the date in a post is below the featured image. But now I am hiding the featured image (because if I use the same featured image in my post as well as on the home page post snipped, it gets blurry. because it are different sizes, but thats another problem) So when I am hiding the featured image inside the post, the date appears above my title and image aswell as the breadcrumbs.
How can I make the first image appear above the breadrumbs and date?
It should show in this hierarchy:
1. image
2. breadcrumbs
3. title
4. date (smaller font size)
Thank you
Hi there,
your post content is built with Elementor including the post tile so you cannot move the Themes post meta inside there.
Ok, what about customizing the font size of the date?
This CSS:
.single-post .entry-meta {
font-size: 12px !important;
}
Thanks, that worked!
You're welcome