Title: Custom CSS
Last modified: March 11, 2019

---

# Custom CSS

 *  Resolved [biologix](https://wordpress.org/support/users/biologix/)
 * (@biologix)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/)
 * I am looking to add custom CSS to make font size small and center for the “Summary
   of Review Widget” to show small size rating and small stars. Currently they look
   little big.
    -  This topic was modified 7 years, 3 months ago by [biologix](https://wordpress.org/support/users/biologix/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-css-222%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11300455)
 * For pointers on how to add your own custom CSS, please see the following topics:
 * [https://wordpress.org/support/topic/widget-summary-of-reviews-font-size/](https://wordpress.org/support/topic/widget-summary-of-reviews-font-size/)
   
   [https://wordpress.org/support/topic/change-the-font-of-the-review-form/](https://wordpress.org/support/topic/change-the-font-of-the-review-form/)
 *  Thread Starter [biologix](https://wordpress.org/support/users/biologix/)
 * (@biologix)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11300638)
 * Thank you. Awesome ! Can same custom CSS be used for “Recent Reviews” since title
   font is too big too. I would like font to be 12 px instead of this big since 
   it occupies lot of space.
    -  This reply was modified 7 years, 3 months ago by [biologix](https://wordpress.org/support/users/biologix/).
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11300762)
 * Please see the following link to learn how to use the Google Chrome Web Inspector,
   this tool will help you with any other CSS adjustments you need to make:
 * [https://designtlc.com/use-chrome-inspector-edit-website-css/](https://designtlc.com/use-chrome-inspector-edit-website-css/)
 * Once you have done that, inspect the “Recent Reviews” title on the webpage to
   find the correct CSS selector, then use that in your custom CSS to change the
   font-size to 12px.
    -  This reply was modified 7 years, 3 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
    -  This reply was modified 7 years, 3 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
 *  Thread Starter [biologix](https://wordpress.org/support/users/biologix/)
 * (@biologix)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11301411)
 * I got to the point where i make changes, but how to grab code from style is what
   i am not getting. This is what i want to add to custom style sheet.
 * #site-reviews_site-reviews-2 > div > div > div > div.glsr-review-title
    h3 { 
   font-size: 12px; line-height: 1.2; font-weight: 400; }
 * I am confused.
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11301815)
 * To change the review titles, try this:
 *     ```
       .glsr-review-title h3 {
           font-size: 12px;
           font-weight: 400;
           line-height: 1.2;
       }
       ```
   
 *  Thread Starter [biologix](https://wordpress.org/support/users/biologix/)
 * (@biologix)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11303505)
 * You guys are absolutely awesome and great support. I give you guys 10 stars. 
   Finally everything is figured out and works great.
 * How do i remove – added in front of the name?
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11303514)
 * Please see the FAQ section on the “Site Reviews > Documentation” page of the 
   plugin.
 *  Thread Starter [biologix](https://wordpress.org/support/users/biologix/)
 * (@biologix)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11303586)
 * Thank you. Found it…..

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [biologix](https://wordpress.org/support/users/biologix/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/custom-css-222/#post-11303586)
 * Status: resolved