• Resolved smorley44

    (@smorley44)


    Hello Elixar, I would like to hide the post meta in the post previews on the front page blog/posts section.

    It looks messy and isn’t necessary. Can you tell me how to do that in your theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    Please try to put below CSS rules into custom CSS editor.

    .section-blog .e-post-meta-part {
        display: none;
    }
    .section-blog h3.title-lg {
        margin-bottom: 20px;
    }

    Save the changes.

    Let us know for further assistance.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Let us know is your issue resolved with the above support?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Hide Post Meta on Front Page Post Previews?’ is closed to new replies.