Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #535639

    Hi,
    I’d like to create a blog posts list that looks similar to the url provided. Is there a way I can do that on my site?

    Thanks!

    #535742

    Hey devynspirit!

    The closest thing we have to that is the magazine element. I imagine there are lots of plugins out there you can use for this though. This one looks promising, https://wordpress.org/plugins/advanced-post-list/.

    Best regards,
    Elliott

    #535753

    Thanks for the plugin you sent but it’s way too complicated, lol.

    How about this…
    1. Can I remove the thumbnail picture and the categories
    2. Then make the title closer to the excerpt so that there isn’t a whole lot of space in between.

    I’ve listed the page I’m describing below…

    #536322

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-8643 .blog-meta, .page-id-8643 .post-meta-infos {
    display:none !important;
    }

    Regards,
    Rikard

    #536660

    That worked great! Now I have another issue…

    1. the sidebar heading is way up at the top overlapping the header – how can I create more white space in that area?
    2. also, I want to minimize the white space in between the blog post title and the excerpt on that same page – can you help with that?
    3. I also don’t want to have borders on the blog page and posts but when I change the border color to white, the contact form’s box outlines disappear – how can I remove border lines on blog page and posts without removing it on other pages?

    Thanks!
    E

    • This reply was modified 9 years, 1 month ago by devynspirit.
    #538287

    Hey!

    use this code in Quick CSS field:

    aside.sidebar.sidebar_left.alpha.units {
    top: 45px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    P.s.: nice blog by the way :)

    #538304

    Thanks!

    • This reply was modified 9 years, 1 month ago by devynspirit.
    #538356

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog Posts List’ is closed to new replies.