This topic has 4 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler
Hi, my website is not showing the full content of a blog post. I was wondering why suddenly it’s not showing up. I saw this post https://www.8theme.com/topic/blog-not-showing-full-article-on-blog-page/ and tried to follow the solution but didn’t work so I opt to ask a support regarding this.
Hi,
I saw the page you linked in the Private Content, it seems the CSS code you added in the Child theme causing the issue.
Can you try remove this code ( around line #20 ) in the style.css of your child theme?
.page-heading.bc-type-variant2 {
display: none !important;
}
Let us know,
Thanks,
laranz.
Hi Laranz,
it is showing now thanks but I want to hide the header that says “Home, Blog, etc” I do not want to show the page name in the header before the content. Also, The blog is not showing up but it’s not showing the exerpt and “Read More” button even if I already set the Reading settings to “Summary”. Please advise. thanks!
Hello,
Please use this code to disable breadcrumbs:
.bc-type-variant2 {
display: none;
}
Please explain with more details what you want to achieve.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up