Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey msgliniewicz!

    The easiest way to do this, without using our Display options, is via Custom CSS.

    Typically, you just need to apply styling to spans and paragraphs within the easy_testimonial blockquote.

    So, assuming you don’t have much CSS in your theme to override, something like this should work:

    blockquote.easy_testimonial span, blockquote.easy_testimonial p{
         font-size: 18px;
    }

    You may need to throw in an !important tag, if you’re having issues getting it to take.

    I hope that helps!

    All the best,
    Richard

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey msgliniewicz!

    We had some issues with CSS conflicting and causing some display options not to work. That has been fixed, and may have been why you needed to ask.

    This issue has been fixed with the most recent update, version 1.33.

    All the best,
    Richard

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