Hi again!
On the blog page, under the first post the date has shifted to the left and I would like it to be central.
Also, I would like to change the size of the fonts on the Blog page and for the blog posts, could I have the code to do so please?
Many thanks
Helena
Hey hbourdillon,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .flex_column .template-blog .post-meta-infos {
text-align: center;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked great, thank you.
With regard to your private data response – yes, I’d like the both the titles and the exerts to be in slightly smaller fonts if possible.
Thank you
Hi,
Add this to quick css:
h2.post-title.entry-title{
font-size:20px!important;
}
.entry-content p{
font-size:18px!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
That code has changed it for the single blog at the top of the page, I would like it only to change the font size in the Blog Grid section below.
Thanks
Hi,
Apologies, add this to quick css:
h3.slide-entry-title.entry-title{
font-size:20px!important;
}
.slide-entry-excerpt.entry-content{
font-size:15px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan.
Best wishes
Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon