Re: Adjust positioning of slideshow text & changing the heading and sub-heading font colours Daw

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

erika_brandlab1
Tourist
20 0 2

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. 

 

Screen Shot 2022-12-21 at 12.33.06.png

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

 

Replies 9 (9)

ZestardTech
Shopify Partner
6144 1097 1474

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

GemPages
Shopify Partner
5625 1262 1284

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

erika_brandlab1
Tourist
20 0 2

Ujjaval
Shopify Partner
1242 197 213

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

Ujjaval_0-1671613284427.png

 

erika_brandlab1
Tourist
20 0 2

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.

erika_brandlab1
Tourist
20 0 2

sorry i meant, first row  (of the heading text) in red, and second row in white. 

Ujjaval
Shopify Partner
1242 197 213

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 .

erika_brandlab1
Tourist
20 0 2

I meant to say:

heading text first row in red

heading text second row in white 

 

Not the subheading. 

ZestardTech
Shopify Partner
6144 1097 1474

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

ZestardTech_0-1671616847255.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing