Shopify themes, liquid, logos, and UX
I am using the dawn theme and the header on the collection pages allowed me to drop "accent 1" colours on them. (see below)
The Page heading is not a section and I cannot effect how it looks. I want it the same as the collection heading and I don't even know when're to start looking to edit the HTML code.
Can anyone help please
Solved! Go to the solution
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Sections> main-page.liquid
<div class="main-page-title">
<h1 class="main-page-title page-title h0">
{{ page.title | escape }}
</h1>
</div>
paste below code here :
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > section-main-page.css and paste this at the bottom of the file:
.main-page-title {
background: #000;
}
h1.main-page-title.page-title.h0 {
color: #fff;
text-align: center;
max-width: 1500px;
padding: 25px 0;
font-size: 40px;
}
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Sections> main-page.liquid
<div class="main-page-title">
<h1 class="main-page-title page-title h0">
{{ page.title | escape }}
</h1>
</div>
paste below code here :
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > section-main-page.css and paste this at the bottom of the file:
.main-page-title {
background: #000;
}
h1.main-page-title.page-title.h0 {
color: #fff;
text-align: center;
max-width: 1500px;
padding: 25px 0;
font-size: 40px;
}
hi thanks that is great.
One thing, what code need to change to align and fix the text below the header logo like the collection pages. Text is currently centred.
Shopify and our financial partners regularly review and update verification requiremen...
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