- This topic has 7 replies, 2 voices, and was last updated 7 years, 8 months ago by Hash.
- AuthorPosts
- November 29, 2016 at 8:48 pm #1244ConfidemusParticipant
Hi again
I have selected to show the full post on my blog page, not the excerpt. But the “Read More” button is still displayed and I would like to remove it but cannot find a seeting in Customise. Does this need custom CSS? Thanks again.
PS You helped me before with changing the color of the masthead, and the color of the menu text – but the first item in the menu (Home) stays as black, while the rest are yellow? Very strange – can you see why that is happening?
December 5, 2016 at 10:03 pm #1297HashKeymasterWe will check for the read more button issue and fix it in next update. For now you can use the below CSS to hide the Read More button.
Also the solution for the blank home text
.entry-readmore{ display: none; } .ht-main-navigation .ht-menu > ul > .current-menu-item > a{ color: #FFF; }
December 5, 2016 at 10:07 pm #1300ConfidemusParticipantThank you will try that later
March 6, 2017 at 1:22 am #2206ConfidemusParticipantThe solution you gave above worked for removing the Read More button, but I now find that even with the option selected to show the full post on my blog page, some posts are incomplete, and cut off in mid-sentence. I assume you have specified a limit for the number of characters somewhere, so can you please tell me how to over-ride this limit to show the full post no matter how long it is? Thanks.
March 10, 2017 at 9:41 am #2289ConfidemusParticipantBump
How can I stop the blog posts being cut short?
March 13, 2017 at 9:47 pm #2341HashKeymasterYou will have to edit the code file to show the blog full post.
March 14, 2017 at 4:28 am #2357ConfidemusParticipantYou will have to edit the code file to show the blog full post.
I realise that, but can you tell me which file needs to be edited? I have had a look and cannot find where the edit needs to go, or whether it can be fixed by custom CSS?
March 14, 2017 at 8:48 pm #2368HashKeymasterIt can not be done by CSS file. The file that generate excerpt of the blog page is template-parts/content-summary.php
- AuthorPosts
- You must be logged in to reply to this topic.