0
Answered

quote mark colour

Ottoman 9 months ago updated by Josh 9 months ago 2

Hi, this is a brilliant little plug in, the only thing i cant find is how do i edit the colour of the quote marks on each review?

they are displaying grey at present, i would like to change them to an alternative colour?

attached is the quote mark i mean

Image 2029

Under review

You can use this CSS in the custom CSS for the review template.

.wprevpro_t1_DIV_2:before {
color: #695656;
}

You can find hex values here...

https://www.w3schools.com/colors/colors_picker.asp