How do i make the grey box with the price and name of the product under the product photo white? Or remove it so its just the text?
![]()
Hello @sidenkompaniet
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Step 1. Go to Admin β Online store β Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above
Result:
- Here is the solution for you @sidenkompaniet
- Please follow these steps:
- Then find the theme.liquid file.
- Then add the following code at the before tag and press βSaveβ to save it.
- Here is the result you will achieve:
- Please press βLikeβ and mark it as βSolutionβ if you find it helpful. Thank you.
Hello @sidenkompaniet
You can add code by following these steps
-
Go to Online Store β Theme β Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Check thiso ne.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.card--card.card--media>.card__content {
background: #fff;
}
And save.
result:
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!





