• I’d like to reduce the size of the font in the Testimonial format. Is that possible?

    Also not sure how to search for a term within Make’s specific forum…?

    Merci!

Viewing 10 replies - 1 through 10 (of 10 total)
  • 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.

    Thread Starter jess888

    (@jess888)

    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!

    Thread Starter jess888

    (@jess888)

    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. ??

    Thread Starter jess888

    (@jess888)

    Tried this (in Appearance > Editor) and it didn’t work:
    blockquote .ttfmake-testimonial {
    font-size: 8pt !important;
    line-height: 230% !important;
    }

    Sample page here:
    https://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; }
    Thread Starter jess888

    (@jess888)

    I do have child (mentioned above). ??

    I think that worked – MERCI!

    Thread Starter jess888

    (@jess888)

    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.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Testimonial Font Size’ is closed to new replies.