-
AuthorPosts
-
January 4, 2018 at 2:29 pm #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 sameAdditionally, I would like to draw a line around each grid entry, if possible.
Thanks!
- This topic was modified 6 years, 11 months ago by candeos.
January 5, 2018 at 6:15 am #893561Hey candeos,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardJanuary 5, 2018 at 2:14 pm #893713I had my designed eliminate it via css. Is that the only way?
January 6, 2018 at 10:15 am #894003Hi,
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,
RikardJanuary 31, 2018 at 5:24 pm #905653I 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/
February 1, 2018 at 11:01 am #906180Hi,
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,
RikardFebruary 6, 2018 at 4:57 pm #908681That worked great. Thank you!
Is it possible to give the blog page a 3D type of effect like in this page
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, 10 months ago by candeos.
February 7, 2018 at 6:35 am #908915Hi,
Yes I think so, please try this in Quick CSS:
article.post-entry { box-shadow: 2px 2px 2px #ddd; padding-bottom: 10px; }
Best regards,
RikardFebruary 7, 2018 at 11:35 am #909024Thank 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.?
February 7, 2018 at 1:46 pm #909134Hi 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,
VictoriaFebruary 7, 2018 at 4:41 pm #909272yes, how do i limit the background color to one page? Thanks!
- This reply was modified 6 years, 10 months ago by candeos.
February 8, 2018 at 4:37 am #909554 -
AuthorPosts
- You must be logged in to reply to this topic.