Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #893248

    Hello and thanks in advance for the assistance.
    I want to display my blog posts as a grid. I want to see the image and the title in the grid and that works fine.
    What I dont want to see is the excerpt. No matter what choice I select in Define Blog Grid layout the blog looks the same

    Additionally, I would like to draw a line around each grid entry, if possible.

    Thanks!

    • This topic was modified 6 years, 4 months ago by candeos.
    #893561

    Hey candeos,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #893713

    I had my designed eliminate it via css. Is that the only way?

    #894003

    Hi,

    Thanks for that, so you managed to remove it with CSS? The theme settings should work of course, but if you have it working then is that solution enough for you?

    Best regards,
    Rikard

    #905653

    I just checked and it is not working the way I want. I would like just the title to appear and the image. Can you possible look into this. I can post credentials if you need.

    finance4dds.com/blog/

    #906180

    Hi,

    Thanks for the feedback, please try the following in Quick CSS under Enfold->General Styling:

    .blog .slide-entry-excerpt, .blog .slide-meta {
      display:none !important;
    }

    Best regards,
    Rikard

    #908681

    That worked great. Thank you!

    Is it possible to give the blog page a 3D type of effect like in this page

    View post on imgur.com

    Where the photo and title have this look and feel

    My current blog page is listed in the private content

    Thanks in advance for your help

    • This reply was modified 6 years, 3 months ago by candeos.
    #908915

    Hi,

    Yes I think so, please try this in Quick CSS:

    article.post-entry {
        box-shadow: 2px 2px 2px #ddd;
        padding-bottom: 10px;
    }

    Best regards,
    Rikard

    #909024

    Thank you. That looks great How do i make just the blog page have a very light gray background color to bring out the 3d as in the above example.?

    #909134

    Hi candeos,

    I see you already have the background light-grey. Did you get it working or you want to limit the pages where background is grey?

    Best regards,
    Victoria

    #909272

    yes, how do i limit the background color to one page? Thanks!

    • This reply was modified 6 years, 3 months ago by candeos.
    #909554

    Hi,

    This code will only affect the blog page.

    .blog .post-entry {
        box-shadow: 5px 5px 5px #ccc;
        padding-bottom: 10px;
    }

    You have to remove the previous code.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.