Hi!
Can anyone help on moving the title of the category banner to the center?
Thanks in advance
store url: www.mism.store
Thanks in advance!
Best,
team-mism
A user seeks help repositioning a category banner title to center alignment in the Dawn theme.
Solution Provided:
base.css fileh1.collection-hero__title { text-align: center !important; }Current Status:
The solution successfully centered the title, but the body text remains unaffected. The original poster is now asking how to modify the code to also center the body text. The issue is partially resolved, with follow-up assistance needed for complete implementation.
Hi!
Can anyone help on moving the title of the category banner to the center?
Thanks in advance
store url: www.mism.store
Thanks in advance!
Best,
team-mism
Hi @monomgroup
You can follow our suggestion to moving the title of the category banner for your store.
Step 1: At Shopify Admin, select Online Store → Themes → Edit code
Step 2: Find and open the file base.css
Step 3: Add the following code at the end of the base.css file:
h1.collection-hero__title {
text-align: center !important;
}
Here’s the result:
If it worked, please mark as a solution. Good luck!