Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi! How can I make the title of my "Featured Collection" in my homepage be at the center?
Above picture is from my featured collection, I want it to be like this (picture below) just like my collections list, and how can I also increase the font of Featured Collection title?
Thanks in advance!
Store: chrisandleon.com
Solved! Go to the solution
This is an accepted solution.
@MikeBaguyo- add this css tot he very end of base.css file and check
#shopify-section-template--15298090008815__1635306078e4fe0593 .title{
margin: 0 auto !important; text-align: center;}
This is an accepted solution.
@MikeBaguyo- add this code, this will not affect mobile view
@media screen and (min-width:750px){
#shopify-section-template--15298090008815__1635306078e4fe0593 .title{font-size: 40px !important;}
}
This is an accepted solution.
@MikeBaguyo- please add this css
#shopify-section-template--15298090008815__1635081507d90dd9ee .collection-list-title {
margin: 0 auto;
}
This is an accepted solution.
@MikeBaguyo- add this css tot he very end of base.css file and check
#shopify-section-template--15298090008815__1635306078e4fe0593 .title{
margin: 0 auto !important; text-align: center;}
Wow! It worked! How can I change the font size of it? To match the font size of the title of my "Collections List"?
This is an accepted solution.
@MikeBaguyo- add this code, this will not affect mobile view
@media screen and (min-width:750px){
#shopify-section-template--15298090008815__1635306078e4fe0593 .title{font-size: 40px !important;}
}
Thank you so much!!!!!!
Hi @suyash1
I have checked the mobile version, regarding the "Collection List" title, how can I also make it at the center? It's on the center only for the desktop but not in the mobile like what you did in the "Featured Collection" title.
This is an accepted solution.
@MikeBaguyo- please add this css
#shopify-section-template--15298090008815__1635081507d90dd9ee .collection-list-title {
margin: 0 auto;
}
Hello,
none of the mentioned solutions work for me. I also using Dawn theme and want to center the title of collections but adding the code at the end of base.css dont make any changes on my theme.
What could be the reason?
Hi! I copied the same code but it didn't centre the title for me. Could you help?
Have you found the solution? I also use Dawn 2.0.
@suyash1 Where can I find section id of my store? I want to align Feature Collection title to center.
Store link is https://anusajewelry.myshopify.com/ and password: eanahm
@suyash1 I wanted to align the title to center. Now it works as expected after replacing my own section id. Thank you very much for replying and guidance. Really appreciate it 🙂
Add in the code into the bottom of your Assets > base.css.
.title-wrapper-with-link{text-align: center; justify-content: center;}
User | RANK |
---|---|
118 | |
89 | |
74 | |
65 | |
47 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022