Hello there,
You’ll need to add some custom CSS in order to do this. Do you have a child theme already installed, and are you familiar with editing your theme files to this extant?
If you’d like more help, you’ll need to post a link we can look at.
Yes, I have Child installed and know how to edit, I just couldn’t figure out which class to alter…?
You’ll want to target:
blockquote .ttfmake-testimonial
Hope that helps!
You mean like this?:
.blockquote .ttfmake-testimonial {
font-size: 8pt;
}
Tried it and it didn’t work. Also tried:
.ttfmake-testimonial {
font-size: 8pt;
}
Hi there,
Without the period in front of blockquote. You may need to add the !important before the semicolon also. 🙂
Tried this (in Appearance > Editor) and it didn’t work:
blockquote .ttfmake-testimonial {
font-size: 8pt !important;
line-height: 230% !important;
}
Sample page here:
http://changing-places.com/word/testimonials/
Hey there,
You should really, really consider a child theme, because any changes you make to the theme files will be overwritten if you ever update your theme!
Try this instead:
blockquote.ttfmake-testimonial p {
font-size: 8pt !important;
line-height: 230% !important; }
I do have child (mentioned above). 🙂
I think that worked – MERCI!
p.s. How does one search for a term within Make’s specific forum…?
Ah ok. I read this:
Tried this (in Appearance > Editor) and it didn’t work:
and got nervous. 🙂
Unfortunately I don’t think there’s a way to search within the Make forum… I agree that it makes finding answers here more complicated. Sorry about that.