Shopify themes, liquid, logos, and UX
Just need a hand with the Dawn theme. The footer headings are centre aligned and I'd like them left aligned. Also, the font colour looks semi-transparent? Can I make it a solid white?
Solved! Go to the solution
This is an accepted solution.
yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer-block__heading {text-align: left;}
i can see its left already
Hello,
The Dawn theme I am building isn’t currently live. The website that is up at the moment is debut theme and I am transferring over to Dawn.
can you please show me current theme url please
This is the URL I was able to find for the dawn theme I am talking about.
https://t8s834q1c3hf15ou-43786535076.shopifypreview.com
Otherwise, this is the current theme:
This is an accepted solution.
yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer-block__heading {text-align: left;}
Hi there,
Sorry that didn't work.
Is there another spot I should paste the code or something else I can try?
oh sorry your have added code wrong place
please check my details again
Silly me! So sorry. Thank you it works perfectly.
Dear KetanKumar,
I want to also left-align my footer headings and this works fine.
BUT I also want the headings on the other sections to be center-aligned and I am using the following code which overwrites your code. IS there any way where I can have footer headings left-aligned whilst other headings center-aligned?
I added this code to base.css
.page-width h2 {
text-align: center!important;
display: block!important;
width: 100%;
}
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025