Tagged: blog posts
Hi Kriesians
a couple of blog post questions:
Is there an easy way to put a separator (default) between blog items on my blog page? I want the full excerpt there but would like a line below each post, since the images kind of run together http://www.cfcnorge.com/news/. I know I could manually put a separator at the bottom of each blog post but would rather not have to do that every time.
also – is there a way to disable the feature images in blog posts opening when clicked on – or change the link? I don’t see any option for that in the blog settings, and I think it’s confusing when you click on the image and it doesn’t lead to the blog post itself. I disabled the lightbox on the theme options.
thanks for your help
Nancy
Hi Nancy!
Please add following code to Quick CSS
.page-id-3269 .post_delimiter {
border-bottom: 1px solid #e2e2e2;
}
.page-id-3269 .big-preview.single-big {
pointer-events: none;
}
Best regards,
Yigit
perfect thanks!
It’s not possible to set individual links for the feature images, is it?
Hi!
You are welcome!
It is possible but that kind of customization would be out of the scope of support we provide and needs to be done by a freelance developer. I am marking this thread as resolved. If you have any other questions or issues, feel free to start a new one Nancy
Best regards,
Yigit