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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024