-
AuthorPosts
-
November 14, 2018 at 11:12 pm #1033724
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
HelenaNovember 15, 2018 at 9:30 pm #1034148Hey 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,
VictoriaNovember 19, 2018 at 3:55 pm #1035205That worked great, thank you.
November 19, 2018 at 3:57 pm #1035206With 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 youNovember 19, 2018 at 6:42 pm #1035263Hi,
Add this to quick css:
h2.post-title.entry-title{ font-size:20px!important; } .entry-content p{ font-size:18px!important; }Best regards,
Jordan ShannonNovember 19, 2018 at 7:49 pm #1035312Hi 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.
ThanksNovember 20, 2018 at 1:34 am #1035370Hi,
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
-
This reply was modified 7 years ago by
Jordan Shannon.
November 20, 2018 at 12:42 pm #1035565Thanks Jordan.
Best wishesNovember 20, 2018 at 7:26 pm #1035744Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This reply was modified 7 years ago by
-
AuthorPosts
- The topic ‘Blog Page / Single Blog Post’ is closed to new replies.
