How do I get rid of the "read more" option at the end of each post?

Right now my posts show about five lines of the first paragraph followed by a “read more” button. I’d like to get rid of the button and have each post displayed in full. I already have the “full text” option checked and have searched high and low for any code pertaining to “excerpt” or “summary”. I literally copied and pasted all of it (all 127 pages!) into Microsoft word and used the “find” tool to locate them and there is no trace of them anywhere. Help! I’m a total newb, so whatever advice you have to give I’ll need in layman’s terms.

Hi @openroadcruising,

I hope you are well today and thank you for your question.

You can try removing read more button by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

.entry-meta-bar a.readmore {
    display: none;
}

To display full blog post you should use Blog Full Content display blog template like you can see here.

To use this template you should follow steps described in theme documentation. Pay close attention to “10.How to set up Blog Page”.

Best Regards,
Movin