Adjust positioning of slideshow text & changing the heading and sub-heading font colours Dawn theme

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

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

https://o4tr9lbyhp7kbcm8-68790550809.shopifypreview.com

Password: teagau

Thank you

@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 .

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;
}

I meant to say:

heading text first row in red

heading text second row in white

Not the subheading.