Customize testimonials css on Sela theme
-
Hi, I’m trying to make my testimonials page a little more readable. Would like to change the font to **not** be italicized, bold the customer name more and/or change colors, make the featured image a bit larger. Open to other suggestions. There is a lot of whitespace which I normally like but I don’t feel like it’s having the result I want. Any suggestions are appreciated! I have only a basic understanding of CSS. I know where to put it and I can change colors and such, but could use some code to drop in. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I didn’t see a testimonial page on your site, so I’ve worked off the Sela Demo site.
To make the testimonial not italic, add the following to your custom CSS.
.jetpack-testimonial .entry-content, .jetpack-testimonial-shortcode .testimonial-entry-content { font-style: normal; }For the customer name, add the following and you can adjust the color (excuse my obnoxious green demo color). The font for the name is already bold. The font used doesn’t have a very broad stroke to begin with. I’ve changed the font to Arial, which has a thicker stroke.
.jetpack-testimonial .entry-title, .jetpack-testimonial-shortcode .testimonial-entry-title { color: #00cc00; font-family: Arial,Helvetica,sans-serif; }Let’s start there and then see where you want to go.
- The topic ‘Customize testimonials css on Sela theme’ is closed to new replies.