About Text, Customizing Homepage

Hi @Barry, line breaks and paragraph tags are stripped out of that content block as it’s designed to contain only a single paragraph. All other common HTML tags are supported. The read more link is automatically placed there to allow easy access to the about page. You can hide it with CSS if you prefer. The code below should work if you place it in theme settings > advanced > custom CSS:

.about-main a:last-child{display:none}