I have few problems:
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
1 Like
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
Ujjaval
December 21, 2022, 9:01am
5
@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.
Ujjaval
December 21, 2022, 9:52am
8
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 .
Hello there,
In your Shopify Admin go to online store > themes > actions > edit code
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;
}
I meant to say:
heading text first row in red
heading text second row in white
Not the subheading.