Re: Adjust the transparency of texts on the Craft layout

Solved

Adjust the transparency of texts on the Craft layout

ValeMas
New Member
4 0 0

Hello everyone! Although I set the text to white #ffffff in the color settings, I always have difference between the text (paragraph) and the header, as if the text comes slightly transparent.


Instead I want it full white without transparency and I don't know how to fix it.

 

The draft of my store is here: https://23f709-e9.myshopify.com/

Accepted Solution (1)

Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @ValeMas 

 

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>
p {
    font-weight: bold !important;
    color: white !important;
}
</style>

RESULT:

Moeed_0-1719305661865.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. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @ValeMas 

 

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>
p {
    font-weight: bold !important;
    color: white !important;
}
</style>

RESULT:

Moeed_0-1719305661865.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. ❤️
ValeMas
New Member
4 0 0

thank you very much!

Moeed
Shopify Partner
4950 1309 1592

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

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