I am trying to add a code to rid the shadow on a Multi row section. You can see the row here https://taleology.com/pages/custom-candles
Topic summary
A user seeks to remove shadows from images in a Multi Row section using the Sense theme.
Proposed Solutions:
-
CSS Approach: Add custom CSS to
base.csstargeting.image-with-textelements to setbox-shadow: none !important. This involves navigating to Themes β Edit Code β Assets β base.css and inserting the code snippet at the bottom of the file. -
Theme File Modification: An alternative suggestion involves editing the
theme.liquidfile by pasting code before the</body>tag, though the specific code snippet appears corrupted in the conversation.
Status: The discussion remains open with multiple solutions offered but no confirmed resolution from the original poster. Both responses provide step-by-step instructions for implementing CSS customizations to eliminate image shadows.
Hi @Emma53
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
box-shadow: none!important;
}
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
Hi @Emma53 ,
This is Anthony from Beae Landing Page Builder, and Iβm happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store β Theme β Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony