-
AuthorPosts
-
June 10, 2014 at 9:08 am #54536
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?June 10, 2014 at 1:30 pm #54623Not the border around the image, that is already removed. Around the posts
June 11, 2014 at 7:36 am #54941Hey 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.
June 11, 2014 at 4:30 pm #55241I’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/
June 12, 2014 at 2:29 am #55415Hey Brittany,
Please give us the URL of your website so we could give you a tailored solution.
Thanks.
June 12, 2014 at 2:47 pm #55646Thanks, its brittanytaylorphotography.com
June 12, 2014 at 2:52 pm #55648just go to website>blog
June 13, 2014 at 2:56 pm #56013Hi 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.
June 17, 2014 at 11:00 pm #57627Awesome! It worked 🙂
June 18, 2014 at 7:30 pm #58091You’re welcome Brittany.
October 21, 2014 at 11:34 pm #129674Hi 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!
AudreyOctober 22, 2014 at 9:40 am #129939Hi 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.
March 14, 2016 at 2:34 pm #837470Hello, 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 🙂
March 14, 2016 at 2:37 pm #837475removed this as i forgot to make it private
March 14, 2016 at 2:39 pm #837478This reply has been marked as private. -
AuthorPosts