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

    Hello,

    I would like to hide post date in blog section.
    Also I would like to know, how can I make blog post header image smaller?

    #1405346

    Hey pimroll,

    Thank you for the inquiry.

    You can toggle the display of blog post info including the post date in the Enfold > Blog Layout > Blog Meta Elements section. Please look for the Blog Post Date option and disable it.

    And to decrease the size of the featured image, please add this css code.

    #top .fullsize .template-blog .big-preview {
        padding: 0 0 10px;
        width: 60%;
        margin: 0 auto;
    }

    Best regards,
    Ismael

    #1405347

    Hello,

    Thanks I managed to make blog post image smaller but the date is already disabled in the blog layout section> https://ibb.co/MBZNvH6

    #1405349

    Hi,

    Thank you for the update.

    but the date is already disabled in the blog layout section

    Please try to add this css code instead.

    #top time.slide-meta-time.updated {
        display: none;
    }

    This should hide the date in the blog overview.

    Best regards,
    Ismael

    #1405350

    Hello,

    Thanks it worked.
    One more thing, how can I hide the comment section in the bottom?

    #1405364

    Hi,
    To hide the comment section on the single post try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-post .comment-entry {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1405382

    Thanks, it works!

    #1405425

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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