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
I have written custom CSS to fix this on the home pages.
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code just above tag
{% if request.url contains 'index' %}
{% 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!
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;
}