Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380739

    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

    • This topic was modified 9 years, 10 months ago by Munford.
    #380781

    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

    #381315

    perfect thanks!
    It’s not possible to set individual links for the feature images, is it?

    #381966

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘lines between blog posts’ is closed to new replies.