Shopify themes, liquid, logos, and UX
Hello,
On DAWN theme, I want to center align headings everywhere but also I want to left-align the Footer headings.
I have center-aligned headings using the below code on base.css :
.page-width h2 {
text-align: center!important;
display: block!important;
width: 100%;
}
........which makes the Footer headings to also be center aligned.
So I tried by adding this code into section-footer.css to center the footer headings but it hasn't helped:
.footer-block__heading {text-align: left;}
Any ideas please!?
Demo site is here: https://wad2c3glowcwozh4-61358440707.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@cdgerard You can try adding this code in your CSS file.
.page-width h2.footer-block__heading{
text-align: left !important;
}
This is an accepted solution.
@cdgerard You can try adding this code in your CSS file.
.page-width h2.footer-block__heading{
text-align: left !important;
}
Works.
Thanks very much!
This worked for me too! thank you as I had tried others that didn't
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025