Shopify themes, liquid, logos, and UX
Hi Experts,
I have explained my requirement in a detailed manner and have attached a screen recording below. Please go through it and help me with a solution.
I need this color: #F1EFE7
Website URL: https://ae7201.myshopify.com/products/prime-apex-blue-racing-sweatshirt
Hello @mystore123d
where is screen recording I can't find.
Hi expert. I have attached it now. Please check.
Hello @mystore123d
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.review-item-one {
background: #F1EFE7 !important;
}
.review-detail-body-not-img .review-detail-content .review-detail-wrapper {
background: #F1EFE7 !important;
}
.review-detail-mask .review-detail-body::after {
display: none !important;
}
</style>
I added this code. But it is not working
It is working see
For pop up Apply this
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.review-detail-mask .review-detail-body .review-detail-content-not-img {
background: #F1EFE7 !important;
}
</style>
I added the code again. It is not working. Please help.
it is working.
Hello @mystore123d 👋
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.review-detail-wrapper {
background-color: #F1EFE7 !important;
}
.review-detail-body::after {
display: none !important;
}
The result
Hope that helps!
I added this code to base.css but it is not working.
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024