Personalized checkout and custom promotions with Shopify Scripts
How can I transform a place that is in red in a gradient?? In this case using css, because my theme does not allow it.
website: www.colorluzes.com.br
Solved! Go to the solution
This is an accepted solution.
.featured-collection.lazyloaded {
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00);;
}
You can add it in the custom.css folder if you have one otherwise in the theme.css at the bottom
Then you can just edit the different color codes starting with #
This is an accepted solution.
1: Online store > themes > Actions > Edit code > Assets > theme.css
2: paste at last
#shopify-section-c6f729e1-f8da-43b8-9c61-70b84fa71cce .featured-collection {
background-image: linear-gradient(to right, #4900a3, #fc168d);
background-size: 100%;
background-position: unset;
}
This is an accepted solution.
Hello @GustavoAlves ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
section[data-section-type="featured-collection"] .featured-collection {
background-image: linear-gradient(to right, #4900a3, #fc168d) !important;
background-size: 100%;
background-position: center;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
.featured-collection.lazyloaded {
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00);;
}
You can add it in the custom.css folder if you have one otherwise in the theme.css at the bottom
Then you can just edit the different color codes starting with #
This is an accepted solution.
1: Online store > themes > Actions > Edit code > Assets > theme.css
2: paste at last
#shopify-section-c6f729e1-f8da-43b8-9c61-70b84fa71cce .featured-collection {
background-image: linear-gradient(to right, #4900a3, #fc168d);
background-size: 100%;
background-position: unset;
}
This is an accepted solution.
Hello @GustavoAlves ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
section[data-section-type="featured-collection"] .featured-collection {
background-image: linear-gradient(to right, #4900a3, #fc168d) !important;
background-size: 100%;
background-position: center;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025