Hi all!
I want to put an introduction on the home pages of my blogs, but can’t see an obvious way to put text in. I want it below the “Euphoria Blogs” title but above the blog posts. See below where the white line is on screenshot.
Any ideas how to include text here?
Many thanks! 
1 Like
Hi @ldmanagement ,
Would you mind to share your URL website? with password if its protected. And what text youll like to insert? Thanks!
Hi!
Thanks for your response! 
No password, the website is www.euphoriastore.co.uk
Can you put “Welcome to Euphoria Blogs”. I have many pages I will be adding to text to, so if you could do this on the blogs page and tell me how to do it, I can do the rest 
Best,
Dan
1 Like
Thank you for the information.
Try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
section.pb-10.lg\:pb-12.xl\:pb-24 .mx-auto:before {
content: "Welcome to Euphoria Blogs!";
display: block;
text-align: center;
font-size: 30px;
padding-bottom: 30px;
}
Result:
For doing this one. You need to choose the right selector which side or area you like to put the insert. And attach the selector the :before or :after then add code for content then add more designs that neccessary so it would look better.
I hope it help.