How can I change the text color on my entire website?

Solved

How can I change the text color on my entire website?

Etune
Tourist
11 0 1

Hello i wish to change the color of the text for my entire website to the color F8D26B

For example: https://etune.se/blogs/nyheter/om-emf

Any help is much appreciated!

Best wishes
David

Accepted Solution (1)

Vinsinfo
Shopify Partner
468 160 162

This is an accepted solution.

@Etune

Please follow the below steps to change the entire website color into F8D26B. Let me know whether it is helpful for you.
 
1. From admin, go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search "base.css" file and paste below code at the bottom of the file.

 

*, .trustshop-title {
    color: #F8D26B !important;
}​

 

4. Save the file.
 
Now, it will display as shown in the below image.
priyavinsinfo_0-1710334174182.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 3 (3)

BrainStation23
Shopify Partner
413 62 60

Hi @Etune. Which theme you're using?

You can change the text color from your theme settings as well.

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps

Vinsinfo
Shopify Partner
468 160 162

This is an accepted solution.

@Etune

Please follow the below steps to change the entire website color into F8D26B. Let me know whether it is helpful for you.
 
1. From admin, go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search "base.css" file and paste below code at the bottom of the file.

 

*, .trustshop-title {
    color: #F8D26B !important;
}​

 

4. Save the file.
 
Now, it will display as shown in the below image.
priyavinsinfo_0-1710334174182.png

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
Etune
Tourist
11 0 1

Thank you very much sir, much appreciated,

take care

David