Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #54536

    Brittany T
    Participant

    How can I remove the “…Read More” Phrase from the blog page?
    Also How can I remove the border from around each post on the blog page?

    #54623

    Brittany T
    Participant

    Not the border around the image, that is already removed. Around the posts

    #54941

    Rubin
    Keymaster

    Hey Brittany,

    first of all we need to know which stack you are using so we can give you the right CSS tweak to remove the border. To get rid of the Read More button you have to go into the Customizer under Blog you can check the option “Enable Full Post Content on Index” option and then the read more buttons will be gone.

    #55241

    Brittany T
    Participant

    I’m using the renew theme. The option that you gave me did remove the “read more” but it dodn’t remove the border around each post. I just want the photos to show, like how it is here: http://www.haveheartphotography.com/blog/

    #55415

    Christian
    Moderator

    Hey Brittany,

    Please give us the URL of your website so we could give you a tailored solution.

    Thanks.

    #55646

    Brittany T
    Participant

    Thanks, its brittanytaylorphotography.com

    #55648

    Brittany T
    Participant

    just go to website>blog

    #56013

    Rad
    Moderator

    Hi Brittany,

    Use this css to hide your blog home page’s excerpts which will hide “read more” too.

    .blog .entry-content.excerpt {
    display: none;
    }

    Then hide border.

    .x-iso-container-posts > .hentry .entry-wrap {
    border: 0px !important;
    }

    Hope this helps.

    #57627

    Brittany T
    Participant

    Awesome! It worked 🙂

    #58091

    Christian
    Moderator

    You’re welcome Brittany.

    #129674

    fst_design
    Participant

    Hi Support, sorry for opening this thread up again, but I am currently working on something similar, would like to take ‘Read More’ out, but still have excerpts. is there a css that I can use to make it happen?

    Thanks!
    Audrey

    #129939

    Zeshan
    Member

    Hi Audrey,

    Thank you for writing in!

    You can hide the “Read More” link only from the excerpts by adding following CSS code under Custom > CSS in the Customizer:

    .more-link {
       display: none;
    }
    

    Hope this helps. 🙂

    Thank you.

    #837470

    HannaHa
    Participant

    Hello, I’m also trying to remove the border around the blog posts. I tried the answer here, but it has no effect. What am I doing wrong?

    I’ll send you the link to my site and login credentials to the staging version in a private reply below…

    Thanks you for your help 🙂

    #837475

    HannaHa
    Participant

    removed this as i forgot to make it private

    #837478

    HannaHa
    Participant
    This reply has been marked as private.