Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848629

    onefoursix
    Participant

    re: http://activemummies.co.uk/home-page/

    Scroll down to the testimonial section – how do we make the text size and type the same as the rest of the text on that page pls?

    Thanks

    #848837

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    blockquote.x-blockquote.center-text {
        font-family: "Open Sans",sans-serif;
        font-size: 16px!important;
        font-style: normal;
        font-weight: 300;
        color: #999999;
        line-height: 1.7;
    }

    Hope this helps – thanks!