Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #898661

    I’ve got my blog set up in grid layout on the home page and I’d like to remove the categories from each of the posts. Can you provide me with a code to remove them?

    Also, there is a big gap between the blog post title and the “read more button”, is there a code I can use to minimize that white space?

    #898728

    Hey devynspirit,

    Add this to quick css:

    .blog-categories.minor-meta{
    display:none!important;
    }
     .more-link{
    margin-top:0px!important;
    }
    
    
    

    Best regards,
    Jordan Shannon

    #898810

    Thanks, removing the categories worked but the gap is still quite big.

    #898830

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .home .post_delimiter {
        display: none;
    }
    

    Best regards,
    Yigit

    #898851

    thanks!

    #899080

    Hi devynspirit,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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