Viewing 1 replies (of 1 total)
  • Hi,

    Not sure whether you are still looking for resolution but here is what I did to change font size of review comment.

    /* review text */
    #wpcr_respond_1 blockquote.description { font-size:18px !important; font-weight:normal; }
    #wpcr_respond_1 blockquote.description p { font-size:18px !important; font-weight:bold !important; display:inline !important; }
    #wpcr_respond_1 p.response { font-size:18px !important; font-weight:bold !important; font-style:italic; }

    The trick is, if you want any value of your choice you need to add !important; after the value to override actual value.

    hope it will help

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Customer Reviews] Changing fonts and css styling’ is closed to new replies.