Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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
    Helena

    #1034148

    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

    #1035205

    That worked great, thank you.

    #1035206

    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

    #1035263

    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

    #1035312

    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

    #1035370

    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

    #1035565

    Thanks Jordan.
    Best wishes

    #1035744

    Hi,

    I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Blog Page / Single Blog Post’ is closed to new replies.