Okay
  Public Ticket #144620
Blog Boxes.
Closed

Comments

  • Loe started the conversation
    I am trying to edit the way my blog posts show up on the main page to look something like the color-blocked, borderless content boxes on this page: http://backofhouse.morganshotelgroup.com Can you please give me an idea of how to do this? Thanks, L
  •  997
    ThemeNectar replied

    Hey Loe,

    enter this into your custom css box to get started:

    .masonry-blog-item .post-header, .masonry-blog-item p {
       padding: 10px!important;
    }
    .masonry-blog-item {
       box-shadow: 0px!important;
       padding: 0px!important;
    }

    Cheers :)

  • Loe replied

    Hi.  Screenshot one shows what it looked like, screenshot 2 shows, what happened with this code you supplied.  Screenshot 3 is what I am trying to achieve.  Where can I find out how to do this?  Thanks,

     

    L

  •  997
    ThemeNectar replied

    Loe, it's a css mod and the only way to be able to do it would be to have an understanding of html/css - if you can supply me a log in I'll gladly get you closer :)

    Cheers

  •   Loe replied privately
  •  997
    ThemeNectar replied

    A log in, such as a username / password. Here's more css to use instead of the other bit I posted, should be closer to what you want :)

    .masonry-blog-item {
      background-color: #000!important;
      color: #fff!important;
      padding: 0px!important;
    }
    .masonry-blog-item  strong {
       color: #fff!important;
    }
    
    .masonry-blog-item .post-header, .masonry-blog-item p {
       padding: 15px!important;
    }

     

  • Loe replied

    Thank you!

  •  997
    ThemeNectar replied

    Cheers :)