• Resolved niccolls

    (@niccolls)


    I want to change the font size in the testimony to 11pt and I want the want the person’s name to 16pt. I tried entering custom CSS in my theme’s custom CSS section, but it didn’t work.

    I must not be connecting all the dots in my head. Do I need to name a new class? Not sure what I’m missing.

    Thanks,

    Rich

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi Rich,

    Try this:

    .testimonial-content { font-size: 11px; }
    .testimonial-heading { font-size: 16px; }

    Hi! I used this cue to fix a similar issue – I’m trying to change the font of the testimonial itself. This didn’t work – is there an alternate way to do this?

    Thanks!

    Plugin Contributor Chris Dillon

    (@cdillon27)

    @kayl3y Every theme is different. Try making the CSS more specific:

    .strong-view .testimonial-content p {
    	font-size: 16px;
    }

    If that doesn’t work, please post a link to your site or start a new topic so I can see what’s going on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS’ is closed to new replies.