• emmayo12

    (@emmayo12)


    hello wordpress friends.

    pleases how do i remove the date stamp in the masonry homepage,i want my post to look ever fresh with such removal.however such date stamp should only appear in such blogpost when i click to open such link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tahoerock

    (@tahoerock)

    Hi emmayo12
    Im not 100% sure of your request, so here is some suggestions.
    Would be better you put url of your website here for better understanding and solution searching.

    Put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behavior on your site.
    It can happen that it is not working.
    Then we have to look further.

    span.thetime.updated {
        display: none;
    }

    or

    span.thetime.updated {
        display: none!important;
    }

    This way you can get rid of all the post info:

    .post-info > span {
        display: none;
    }

    or

    .post-info > span {
        display: none!important;
    }

    Hope I was helpful the way you want to.
    Let me know
    TR

    Thread Starter emmayo12

    (@emmayo12)

    @tahoerock thanks for the quick respond,i was researching for a theme for my new project and i liked that sociallyviral theme except for the date stamp,but you seems to have show me that the date stamp and even everything about the post info in the grid home page is possible to be removed,which is what i want,when am done applying it i will get back to you.once again thanks

    Tahoerock

    (@tahoerock)

    Hi emmayo12
    Im glad that all is as you wanted.
    You are welcome to contact me.
    Cheers
    TR

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i remove the date stamp on the mansory frontpage of sociallyviral theme?’ is closed to new replies.