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, 1 month ago by
biologix.
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/
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, 1 month ago by
Gemini Labs.
-
This reply was modified 7 years, 1 month ago by
Gemini Labs.
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.
To change the review titles, try this:
.glsr-review-title h3 {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
}
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?
Please see the FAQ section on the “Site Reviews > Documentation” page of the plugin.