Blog Titles and Blog Posts

Home Forums Jevelin Theme Blog Titles and Blog Posts

Home Forums Jevelin Theme Blog Titles and Blog Posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • graciepetersen
    Participant

    Hello,

     

    I do not want to include a preview image at the top of my blog posts. When I do not include one, there is no spacing between the menu bar and blog title. Is there a way to fix that? I’m wanting more space in between them. See Screenshot #1 for reference.

     

    Also, I have a recent blog post feature on my homepage. I don’t want it to say “by admin” on there. Is it possible to get rid of that? See Screenshot #2 for reference.

     

    Thanks!

     

    Gracie

    Attachments:
    You must be logged in to view attached files.

    Hi Gracie,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URLs from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    graciepetersen
    Participant

    The website is now private because it’s still in progress.

     

    Thanks!

    Gracie

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post .container.entry-content {
        margin-top: 40px;
    }
    
    .home span.post-meta-author {
        display: none;
    }

    graciepetersen
    Participant

    Thank you so much!!!

     

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)