Changing testimonials title on front page

  • Unknown's avatar

    Hi there – I have the testimonials enabled on my front page but want to customize the title so it looks like the rest of my headings. How can I do that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @bfastatbubbys7

    The following custom CSS code will make the title of testimonials section look like the rest of the other headings in your website.

    .front-testimonials::before {
        font-style: normal;
        color: #4f4f4f;
        font-size: 2.1rem;
        font-weight: 300;
        line-height: 1.7143;
        text-align: center;
        text-transform: uppercase;
        font-family: 'gotham-bold' !important
    }

    You will have to place the above custom CSS code in the CSS editor in your website’s Dashboard.
    To access the CSS editor, first launch your site customizer then click on the CSS tab to access the CSS editor.

    Let me know if this helps :)

  • The topic ‘Changing testimonials title on front page’ is closed to new replies.