Add Text above Posts on Homepage

Hi,

I am using “display latest posts” for my homepage, as I would like my blog posts to be shown on the homepage. However, I’d like to add a small description about the blog above the first post. Is it possible to do so?

I think someone asked a similar question in a different thread, so I tried the below code in the additional css area, but nothing showed up.

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

Thanks so much!
Bethany

Hi Bethany

I will do my best to help you, please provide a link to the page and let me know where exactly you want to add custom text