Redesigning the blog - Featured Image & Alignment

Hello,

On my website, I wanted to display my blog in a better manner.

On hearing feeback from my friends I want to change the way blog comes out like,

Removing the Featured Image and also how can I arrange content in the blog area like I use muffin builder on my pages.

Help!

Comments

  • Hi,

    do you mean single post pages? Would be great if you can show us on screenshot what exactly you want to do so we can avoid confuse.

    Thanks!
  • edited December 2015
    For Single Posts.

    My Blog - http://demo.officersiasacademy.com/how-to-make-notes-from-ncerts/
    My Requirement - 
    http://demo.officersiasacademy.com/faculty/ (That is, Freedom to design like how a page is designed in muffin-builder)

    Also, How do I remove featured Image area from the BlogPosts.
  • For us, this looks like you don't want default layout of posts at all. So what you can do is remove the whole header with extra css:
    .single-post .section-post-header { display: none !important; }
    and just use Muffin Builder instead to create post pages.

    But to remove featured images from blog page, please use the following css:
    .blog_wrapper .post-photo-wrapper { display: none !important; }
    Would like to wish you great Christmas time :)
  • Thank You Will Try This And Love The Friendly Touch of the Support Team! 

    Kudos! And Happy Holidays to You too!
  • edited December 2015
    To remove the featured Images,
    I tried pasting it Under BeTheme Options > Custom CSS . Doesn't Work.
    There is no Custom CSS area under post area. 

    Also Where do I paste this Extra CSS for removing the default layout ?

    Help! 
  • Each custom CSS, should be pasted under Theme options > Custom CSS & JS > Custom CSS section. We tried above css's and both works fine. If you will paste them into this section and it won't work, send us links to pages where it does not work and we'll have a look on it.
Sign In or Register to comment.