Shopify themes, liquid, logos, and UX
On the app embed section (loox reviews) of the product page, on desktop view, it still shows an area of white (as shown below). I would like the white area to be #FAFAFA.
Any advice is really appreciated
https://www.soundshield.co.uk/products/sound-shield
Dawn Theme
Solved! Go to the solution
This is an accepted solution.
Hello @BraxtonEcom ,
I understand you are looking to provide one background color to your review section in Product Detail Page.
Please add the below mentioned CSS code at the bottom of theme.liquid file before </body> tag and save.
<style>
section#shopify-section-template--16949692235942__17157791483ca8d869 {
background: #FAFAFA !important;
}
</style>
Output will be like this -> https://prnt.sc/uQJZuOvE_nE4
I hope the code helps you.
Please share if you have any queries.
Thank you.
Hello @BraxtonEcom ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code at the bottom:
#shopify-section-template--16949692235942__17157791483ca8d869 {
background-color: #FAFAFA;
}
Thanks
Hi, please go to your theme customizer and edit this app embed section and in the custom CSS box add the following:
.section {
background: #FAFAFA;
}
This is an accepted solution.
Hello @BraxtonEcom ,
I understand you are looking to provide one background color to your review section in Product Detail Page.
Please add the below mentioned CSS code at the bottom of theme.liquid file before </body> tag and save.
<style>
section#shopify-section-template--16949692235942__17157791483ca8d869 {
background: #FAFAFA !important;
}
</style>
Output will be like this -> https://prnt.sc/uQJZuOvE_nE4
I hope the code helps you.
Please share if you have any queries.
Thank you.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025