How to change the color of text from dark blue to black

Solved

How to change the color of text from dark blue to black

michal22
Explorer
62 1 10

Hi I d like to ask how could i change the color of the text and headlines from dark blue to black. I m using a refresh theme so defaultly the text is dark blue. My site is pawitopia.com

Accepted Solution (1)

swym
Pathfinder
99 14 44

This is an accepted solution.

Hi @michal22 ,

Thanks for sharing your store URL. After reviewing it, I noticed that the dark blue color is assigned by default to all sections in the theme. I suggest changing the text color using the theme customization settings. This approach allows you to use the theme's dynamic settings instead of hard-coding color codes, which is generally not recommended.

 

Please follow the steps below to change the text color.

 

  1. Open the customization settings, as shown in the screenshot below.swym_0-1723524905863.png

  2. Open the theme settings by clicking the settings icon and click on colors to open the color schemes for the theme. Check the screenshot below: swym_1-1723525076922.png

  3. All the Color schemes available in the theme would show up. Click "Scheme 1" to see the color settings for this scheme. swym_3-1723525326046.png

  4. Now make the changes as highlighted in the screenshot below to change the color of the text, outline buttons, and border around the buttons. swym_2-1723525293914.png
  5. Done? Save the file by clicking on the "SAVE" button on the "Top Right" corner of the screen.    
  6. Now preview your store to confirm if the changes worked for you. 

I hope this helps! 

 

Regards, 

Abhishek from Swym

 

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries

View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
5058 1347 1625

Hey @michal22 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1723494313998.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

swym
Pathfinder
99 14 44

This is an accepted solution.

Hi @michal22 ,

Thanks for sharing your store URL. After reviewing it, I noticed that the dark blue color is assigned by default to all sections in the theme. I suggest changing the text color using the theme customization settings. This approach allows you to use the theme's dynamic settings instead of hard-coding color codes, which is generally not recommended.

 

Please follow the steps below to change the text color.

 

  1. Open the customization settings, as shown in the screenshot below.swym_0-1723524905863.png

  2. Open the theme settings by clicking the settings icon and click on colors to open the color schemes for the theme. Check the screenshot below: swym_1-1723525076922.png

  3. All the Color schemes available in the theme would show up. Click "Scheme 1" to see the color settings for this scheme. swym_3-1723525326046.png

  4. Now make the changes as highlighted in the screenshot below to change the color of the text, outline buttons, and border around the buttons. swym_2-1723525293914.png
  5. Done? Save the file by clicking on the "SAVE" button on the "Top Right" corner of the screen.    
  6. Now preview your store to confirm if the changes worked for you. 

I hope this helps! 

 

Regards, 

Abhishek from Swym

 

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries