Home Forums Total Remove Read More Button when full post is selected?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1244
    Confidemus
    Participant

    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?

    #1297
    Hash
    Keymaster

    We 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;
    }
    #1300
    Confidemus
    Participant

    Thank you will try that later

    #2206
    Confidemus
    Participant

    The 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.

    #2289
    Confidemus
    Participant

    Bump

    How can I stop the blog posts being cut short?

    #2341
    Hash
    Keymaster

    You will have to edit the code file to show the blog full post.

    #2357
    Confidemus
    Participant

    You 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?

    #2368
    Hash
    Keymaster

    It can not be done by CSS file. The file that generate excerpt of the blog page is template-parts/content-summary.php

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