Shopify themes, liquid, logos, and UX
I have few problems:
1. I'm trying to move the positioning of the heading and sub-heading text on the homepage, so it's left-aligned to the logo. This option is not available in the customization setting.
2, I want to the heading text colour to be red, and the sub-heading to be white - how do i do this?
Thank you
Erika
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello @erika_brandlab1 ,
It's GemPages support team and glad to support you today.
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
@erika_brandlab1
put below css into base.css file (online store->themes->asset->base.css)
h2.banner__heading.h1 {
color: red !important;
}
.slideshow__text.slideshow__text--left {
margin-left: 120px;
}
Thank you - how do i make the heading in red and white? so first word is in red and the second word in white.
I change the margins to 0 but the text is still not aligned to the left side of the logo.
sorry i meant, first row (of the heading text) in red, and second row in white.
Add above css which i send recently above in base.css file . so heading text turned into red text and sub heading text remaining white .
I meant to say:
heading text first row in red
heading text second row in white
Not the subheading.
Hello there,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
h2.banner__heading.h1 {
color: red!important;
}
.slideshow__text-wrapper.banner__content.banner__content--middle-left.page-width {
margin: 0;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025