[Support request] How can i remove three dots of excerpt?

Home Forums Support [Support request] How can i remove three dots of excerpt?

Home Forums Support How can i remove three dots of excerpt?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #601304
    Chetan

    I want to remove this three dot. As shown on the image.

    View post on imgur.com

    and i also want to show download button on only specific blog post please tell me how can i do it

    #601585
    Tom
    Lead Developer
    Lead Developer

    You could do this:

    .entry-summary {
        display: none;
    }

    To hide the button, you could give each post you want the button to display on a category. That way we can target the category and show the button, then hide it for the others.

    #601668
    Chetan

    Thank you for your reply.

    I added css as you told but the buttons have also gone with 3 dots.

    And I didn’t understand what you said on buttons, can you please elaborate more.

    #601797
    Leo
    Staff
    Customer Support

    For the posts you want the buttons, add a category (let’s say button-posts) to the post itself, then we can use some CSS.

    Let me know if this helps 🙂

    #602429
    Chetan

    How can i add that?

    #602845
    Leo
    Staff
    Customer Support

    In the Edit Post screen, there should be a Categories metabox. Usually on the right hand side.

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