How do I change the Review Pro background color of the owner’s reply message?
Follow the instructions below to change the background color of the owner’s reply message in the Review Pro feature?
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.
/**Begin change review pro owners reply background color*/
.reviewpro .item.item-reviewpro-reply {
opacity: 1;
background-color: #800000 !important;
}
/**End change review pro owners reply background color*/
4) Click Save.
Note: Change the hex color “000000” to the hex color of your choice. Adjust the opacity setting (“1) to your liking (ex: “.85”)