Hello Everyone, I have an online store website in which I have the reviews section and as you can see in the attacthed photo the background colour of it is a different shade of white than the other how do I change it? ANy help would work thanks!! MY STORE WEBSITE: www.gadget-pods.store
1 Like
Hi @Pods10101
You can try the following steps to fix it
- edit theme code
- find base.css
- place the following code at the end of base.css
.customer-review-block {
background-color: #fff;
}


