• Resolved adminel

    (@adminel)


    Hi Chris

    I have looked at the articles, support info & forum but the coding goes a bit over my head TBH. Could you help me change the main section of testimonials “WHAT CUSTOMERS SAY” to have font size somewhere nearer to the size and styling of the large widget text. I don’t want the celebrity testimonials at the top to be changed or at least not so big as the main section. Any advice and support appreciated

    Tim

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

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

    (@cdillon27)

    Custom CSS:

    .strong-view.strong-view-id-7 .testimonial-content,
    .strong-view.strong-view-id-7 .testimonial-client {
        font-size: 24px;
    }

    You may also want to decrease the line height accordingly:

    .strong-view.strong-view-id-7 .testimonial-content,
    .strong-view.strong-view-id-7 .testimonial-client {
        line-height: 1.5; /* theme default is 1.7 */
    }
    Thread Starter adminel

    (@adminel)

    Hi Chris that worked a treat is there a way to increase the celebrity testimonials size too ? maybe not quite so big somewhere between the current size and the main testimonials I addd the code to ?

    Plugin Contributor Chris Dillon

    (@cdillon27)

    .strong-view.strong-view-id-6 .testimonial-content,
    .strong-view.strong-view-id-6 .testimonial-client {
         font-size: 18px;
    }
    .strong-view.strong-view-id-6 .testimonial-content,
    .strong-view.strong-view-id-6 .testimonial-client {
         line-height: 1.4;
    }

    You should see the CSS selector pattern now.

    That’s the last one. You’re on your own. ??

    Thread Starter adminel

    (@adminel)

    Thanks Chris I can see it yes ?? Thanks for your patience an nudge to get on with it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Font Sizes’ is closed to new replies.