More text on the starting page

Hi there,
Is it possible to make some bigger adjustments to my page (www.livelifegreen.de)? I would like to have a welcoming line as text right before the featured posts start (like on the category pages) on my home page. Is it possible to integrate something like that for example with the help of a plugin? If so can you recommend one?

All the best
Alex

Hello Alex

If talking is about basic intro text you can use bellow CSS code, otherwise, without customization, this is not possible.

add this code in appearance > customize > additional css:

.article-container:before {
content: “your text”;
display: block;
text-align: center;
margin: 10px 0px 30px 0px;
}

Dear Noda,
thanks a lot for the coding. Maybe I really have to hire a developer for some customizations. The code worked but it could look nicer ;-).
Thanks anyway for your time and effort
All the best
Alex

Hi Alex

Well, I agree with you :slight_smile:
the code can be styled, you just need to tweak CSS code little bit, for example add color, font weight, font size, etc :slight_smile:

Dear Noda,
so strange… I just tried to add your coding again and now it doesn’t work any more. there is no text appearing on the page and I don’t have a clue why…
Do you? I just wanted to check out some addjustments…
All the best
Alex

Hi Alex

Can you show me a screenshot of the code on your site? code is working on my side without any problem