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
Hello @BraxtonEcom ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
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;
}
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 tag and save.
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.
1 Like