Hi, @Jj37
Like this?
If so…
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 “template-collection.css” file, depending on which file your theme uses to store its CSS styles for collections. look for “.collection__description” and add this to it so it looks like this:
.collection__description > * {
margin: 0;
}
.collection__description {
p {
text-align: center
}
}
