Home Forums WoodMart support forum Post Date Overlapping Text With No Feature Image

Post Date Overlapping Text With No Feature Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55727

    WildBillsTobacco
    Participant

    We added a plugin to remove the featured image on our blog posts. Did this because we did not want all our blog posts to start with the feature image. In doing this the feature image is in fact removed but they date stamp is still there.

    Now that works perfectly for posts that we kept a feature image. But for posts that we removed the featured image from, the date stamp overlaps the first paragraph. I thought about using CSS and just removing the date stamp, but then it doesn’t show up on the page with ALL our posts.

    We are looking for a way to have the posts page display the date bar, but the single post page to not.

    I have included images to help.

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

    Hello,

    We have checked and can suggest you two ways: 1. To hide the date, using id of each post where you do not have an image from one side and post date class from others http://prntscr.com/jcvvto

    And # Place the date higher in order to avoid overlapping with this CSS:

    .post-single-page .woodmart-post-date {
        position: absolute;
        left: 15px;
        top: -30px;
    }

    You will get the result as follow: http://prntscr.com/jcvxws or http://prntscr.com/jcvyk5

    Best Regards

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