Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey,
Could anyone please tell me how to get rid of these "shadows"/underlines that are everywhere on the Crave theme?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Please add this code above </body> in theme.liquid.
layout >> theme.liquid
<style>
.slideshow__text-wrapper .content-container:after{
box-shadow: none!important;
}
</style>
after add the code look like this,
This is an accepted solution.
Hello @Davislenss ,
I would like to give you a recommendation to support you so kindly follow 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>
.slideshow__text-wrapper .content-container:after {
box-shadow: none !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
give me the page URL where to remove shadow.
This is an accepted solution.
Please add this code above </body> in theme.liquid.
layout >> theme.liquid
<style>
.slideshow__text-wrapper .content-container:after{
box-shadow: none!important;
}
</style>
after add the code look like this,
Thanks! This worked, although, I want to remove these shadows from all containers (my bad, I didn't specify).
If you go to my store www.apexnutrition.shop, you will see that I have them under every product image, some buttons, and other containers.
Is there a way to remove this shadow from everywhere?
Thanks!
all right, please send me the all pages links where remove the shadow.
Thanks!
Here from the shop page: https://apexnutrition.shop/collections/supplements
And everywhere on the homepage (except where are the 4 boxes under "leading by example"): https://apexnutrition.shop/
Thanks!
Did you get a response to this? I'm having the same issue.
In case anyone else is having this same problem, I figured it out and it doesn't require coding. If you're using the Crave theme (and maybe others, I'm not sure), go to Theme Settings, and there is a list of various elements, such as 'Buttons', 'Inputs', 'Product Cards', 'Content Containers', 'Media', etc. Click into each of them and then set the Shadow Opactity to 0%. Voila, annoying shadows are gone.
This is an accepted solution.
Hello @Davislenss ,
I would like to give you a recommendation to support you so kindly follow 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>
.slideshow__text-wrapper .content-container:after {
box-shadow: none !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team