Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #344870

    See this testing site: http://bluemontinluray.com/

    See image here: http://imgur.com/O2CaOJm

    I don’t want these images appearing next to my posts. How do I get rid of them?
    Or alternatively, if I want to show them, does this pull from featured image? I don’t want black border around the image.

    On the same image. How do I increase the size of the font here?

    Thank you.

    #344923

    Hey elames!

    Add this code to your Quick CSS or custom.css

    .newsbox .news-thumb{
      display: none;
    }

    Cheers!
    Arvish

    #344990

    Thanks that worked.
    Now How do I get the font to be larger for the name of the post and date?

    #345306

    Hi!

    Please add following code to Quick CSS as well

    
    #footer strong.news-headline {
    font-size: 14px;
    }
    #footer span.news-time {
    font-size: 13px;
    }

    Regards,
    Yigit

    #345364

    Thank you that worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Recent Posts in Footer’ is closed to new replies.