Making Rich text Transparent

ahmy-com
New Member
13 0 0

In my website I've made the background an image but because of the background color of rich text its not showing properly 

ahmycom_0-1699615874586.png

As you can see the black background color is overlapping my background image so now how do I make it transparent. If i change the background color on my scheme it changes the background color on the rich text 

ahmycom_1-1699616027754.png

Now i need to make it transparent but i dont know how can someone help me please

 

Replies 10 (10)
Moeed
Shopify Partner
3046 760 924

Hey @ahmy-com 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
ahmy-com
New Member
13 0 0

shopault.com

no pass

 

makkaomakka
Shopify Partner
886 173 183

Can you provide link to your store?

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

ahmy-com
New Member
13 0 0

shopault.com 

 

makkaomakka
Shopify Partner
886 173 183

Hi @ahmy-com ,

 

I have written custom CSS to fix this on the home pages.

 

Follow these Steps:

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

4) Add the following code just above </body> tag

{% if request.url contains 'index' %}
  <style>
    .gradient {
        background: transparent!important;
    }
  </style>
{% endif %}

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

ahmy-com
New Member
13 0 0

it didn't work but I wrote a code that worked .gradient {
background: var(--gradient-background);
background-attachment: fixed;
background-color: transparent !important;
background-position: top left !important;
background-size: auto !important;
}

makkaomakka
Shopify Partner
886 173 183

Did you want to make your background black?

makkaomakka_0-1699692623471.png

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

ahmy-com
New Member
13 0 0

no i wanted to make it transparent which it is now

ahmycom_0-1699693294113.png

 

makkaomakka
Shopify Partner
886 173 183

Its not transparant on my end.

makkaomakka_0-1699697597343.png

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

ahmy-com
New Member
13 0 0

I checked on my other laptop and its coming up as transparent