change color subtitle

Solved

change color subtitle

Thetraveladdict
Excursionist
34 0 15

Hi All,

 

As you can see, the subtitles on my banners are a light white color. How can I change this to plain white so it will be easier to read?

 

Thetraveladdict_0-1749509985871.png


is this just simple to add below code in the css? or is it something different (not specific due to color)

/* heading */
.banner__heading {
color: white;
}
/* sub-heading */
.banner__text.rte {
color: white;
}

Store: 
https://thetraveladdict.nl/

Theme: Craft

Thanks!

The Travel Addict

Accepted Solution (1)

Kyle_liu
Shopify Partner
437 55 80

This is an accepted solution.

Hi @Thetraveladdict 

Search for. subtitle in the base.css file and modify it to the following code

 

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + .8 / var(--font-body-scale));
  letter-spacing: .06rem;
  color: #fff;
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

View solution in original post

Replies 3 (3)

shahrozbabar5
Shopify Partner
343 28 34

@Thetraveladdict wrote:

Hi All,

 

As you can see, the subtitles on my banners are a light white color. How can I change this to plain white so it will be easier to read?

 

Thetraveladdict_0-1749509985871.png


is this just simple to add below code in the css? or is it something different (not specific due to color)

/* heading */
.banner__heading {
color: white;
}
/* sub-heading */
.banner__text.rte {
color: white;
}

Store: 
https://thetraveladdict.nl/

Theme: Craft

Thanks!

The Travel Addict




Need a Shopify Expert and Specialist? Let's chat on WhatsApp +923046983349 and bring your vision to life!


Custom Shopify Store Design | Premium Themes | Variant Apps Expert


Your Coffee Tip a seamless synergy. ❤️

Kyle_liu
Shopify Partner
437 55 80

This is an accepted solution.

Hi @Thetraveladdict 

Search for. subtitle in the base.css file and modify it to the following code

 

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + .8 / var(--font-body-scale));
  letter-spacing: .06rem;
  color: #fff;
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
TOC-MR
Excursionist
42 1 8

Hi @Kyle_liu ,

i have tried this solution for my webshop, however it's not working...can you have a look?

Trade theme
https://theonlinecollective.nl/

Thanks!