mrnewton
Member
Posted 9 months ago #
http://www.lowcountryvalet.com/?page_id=130
I have tried to figure out how to change the font by looking through whatever code I could find but unfortunately I'm somewhat of a novice at this still. Can you please provide a detailed description of how to do this. I have posted above the review page of my website. You will see that the color of font is just barely lighter than the background making it very difficult to read.
Thanks in advance
http://wordpress.org/extend/plugins/wp-customer-reviews/
AndySwede
Member
Posted 9 months ago #
Hi there!
Change in stylesheet :)
#wpcr_respond_1 blockquote.description { color: #FFFFFF; background-color:#669999; font-size: 20px !important; letter-spacing: normal; font-family: "fontin-regular" !important; }
regards
Anders
mrnewton
Member
Posted 9 months ago #
I found the stylesheet but what do I do from there, Just copy and paste the above? I am still a novice, thank you in advance for the explaination.
Below is all the is on the Stylesheet for my theme:
/*
Theme Name: Striking
Description: Designed by Kaptinlin.
Follow KaptinLin on Twitter for the updates.
Get support from Forum.
Author: Kaptinlin
Version: 2.2.3
Author URI: http://themeforest.net/user/Kaptinlin
*/
mrnewton
Member
Posted 9 months ago #
Ok. a css file is a stylesheet file. I edited the plugin stylesheet as you said and it worked. Thank you for your help!!
AndySwede
Member
Posted 9 months ago #
Hi again!
Good that u made it =)
/Anders