How to unlink the colour of slideshow text from the menu text colour - Taste theme

Solved

How to unlink the colour of slideshow text from the menu text colour - Taste theme

lisanchem
Tourist
8 0 2

Everytime I change the menu colour, it changes the colour of the text in slideshow, I want to be able to separate the two and not have one affect the other. 

Accepted Solution (1)
Tech_Coding
Shopify Partner
302 76 67

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .slideshow__text.banner__box.content-container.content-container--full-width-mobile h2 {
      color: #fff !important;
   }
</style>

Tech_Coding_0-1727665886758.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 7 (7)

Tech_Coding
Shopify Partner
302 76 67

Hello @lisanchem 

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
lisanchem
Tourist
8 0 2

Hi,

url: https://080d97-8b.myshopify.com/

password: utredi

 

Tech_Coding
Shopify Partner
302 76 67

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .slideshow__text.banner__box.content-container.content-container--full-width-mobile h2 {
      color: #fff !important;
   }
</style>

Tech_Coding_0-1727665886758.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
lisanchem
Tourist
8 0 2

Thank you, that worked.

Made4uo-Ribe
Shopify Partner
8230 1975 2419

Hi @lisanchem 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
lisanchem
Tourist
8 0 2

Hi,

url: https://080d97-8b.myshopify.com/

password: utredi

Made4uo-Ribe
Shopify Partner
8230 1975 2419

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

/* Banner heading color */
h2.banner__heading.inline-richtext {
    color: #fff;
}

 

And Save. 

Result:

Made4uoRibe_0-1727514049401.png

Note: CHange the color you like. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.