Home Forums WoodMart support forum Remove Date from single blog post and change image dimension in single post

Remove Date from single blog post and change image dimension in single post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #474876

    millann
    Participant

    Hi there,

    I need two things to do with Client single blog posts.

    When someone click on one of posts, featured image is huge even though I scaled it down and posted it in smaller dimensions. The result is a photo that is blurry and gives a bad effect. Is there a way to minimize the featured photo display on the desktop through a theme or some other option?

    Second thing, I need to remove date from featured image that shows!!!

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

    Hello,

    Try to add the following Custom CSS in the Custom CSS for the desktop area under Theme Settings >> Custom CSS.

    .post-single-page .entry-header img {
    max-width: 50%;
    }

    You can adjust the value accordingly.

    For remove the date try this custom css code:

    body .wd-post-date.wd-style-with-bg {
    display:none;
    }

    Best Regards.

    #475452

    millann
    Participant

    Thank you for your help, it worked for me.

    #475570

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Remove Date from single blog post and change image dimension in single post’ is closed to new replies.