badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing Post Preview from Homepage

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #54496
    ericdrichards
    Participant

    Hi,

    I am working on http://bryanwinward.com and the owner hopes to display his post titles (only), along with the “Continue Reading” button. However, as you see, each tile shows the wording of his posts, in addition to the title.

    How do I remove the post preview from each tile?

    I tried this CSS code and it didn’t work:
    .post-main .post p {
    display: none;
    }

    Looking forward to your help (what a great theme, by the way!)

    Eric

    #54521

    Hi Eric,

    Please use below custom css code to remove the post content

    .blog post-featured-content .entry-content p {
    display: none;
    }

    Thank you!

    #54523
    ericdrichards
    Participant

    I copied this: .blog post-featured-content .entry-content p {
    display: none;
    }

    And got no reults (see http://bryanwinward.com/)

    Help?

    #54529

    Hello Eric,

    Sorry! missed something please use below one.

    .blog .post-featured-content .entry-content p:first-child {
        display: none;
    }

    Thank you!

    #54536
    ericdrichards
    Participant

    That worked. THANK YOU!!!!!!!!! Much appreciation for great support.

    #54560

    Welcome anytime @ericdrichards

    #86501
    thomasmayth
    Participant

    I have the same issue and this solution doesn’t work for me now. Please help.

    #86524

    Hi @thomasmayth

    Please follow above#54529 reply

    Thank you!

    #98907
    annieclover24
    Blocked

    Thankyou so much for your help. It works!

    #98947

    Welcome anytime @annieclover24

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