Can someone please tell me what I need to do to center the heading on my featured collection on the cart page? Thanks for any help!
Please share your store URL. We can’t help without it.
@cvette your approaching 100 posts, shouldn’t need to be reminded to provide critical detail upfront.
Other people are not mind readers.
https://community.shopify.com/post/2254458
http://www.catb.org/~esr/faqs/smart-questions.html
etc
Hi @cvette ,
Please go to Customize > Sections > Featured collection > Custom CSS and add code:
.collection__title .title:not(:only-child) {
text-align: center;
}
You can try to add this code to Custom CSS of that section and check again.
h2 { text-align: center; }
I was not aware of any special rules to ask questions and feel free to go back and look through my posts, this is how I have always approached asking for help. Seems to be the way most are asking for help. Sorry if I missed including something you needed to help me (not certain what I didn’t include???). You could have sure asked me for what I missed, as I did my best to explain what I was wanting to do. I am not a coder, just a one-person band here, trying to run a business. Kindness goes a long way, if you can’t help or be kind … then simply move on. No need to be nasty.
Thank you so much for your help and kindness. It worked perfect!
Hi @cvette ,
It’s my pleasure ![]()
