Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #131078
    LMPhotos
    Participant

    Hello, On Fotographie (Free) is there a way to remove the date/time-stamp on the featured contents on the front page? I have three featured contents on the front page and would like them to show just the titles without the date stamp if all possible.

    Thank you.

    #131093
    tikaram
    Keymaster

    @lmphotos : Go to Appearance => Customize => Additional css and add the following css.

    .featured-content-wrapper .entry-meta {
    	display: none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #131177
    LMPhotos
    Participant

    Hi Tikaram,

    Apologies for the delayed response. I tried your solution and yes, it did resolve my issues. Date stamp on the featured contents are now removed.

    Thank you very much!
    Regards,
    LMP

    #131228
    tikaram
    Keymaster

    @lmphotos : Glad to know that the issue has been resolved. Have a good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove date stamp on featured content’ is closed to new replies.