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

    (@cdillon27)

    Try this custom CSS:

    /* testimonial font color */
    .strong-view.modern .testimonial-content,
    .strong-view.modern .testimonial-client,
    .strong-view.modern .testimonial-name {
        color: #FFF;
    }

    May I also suggest a semi-transparent background:

    /* testimonial background */
    .strong-view.modern .testimonial-inner {
        background: rgba(0,0,0,0.4);
    }

    And removing the top margin added by the theme:

    /* testimonial heading top margin */
    .strong-view.modern .testimonial-heading {
        margin-top: 0;
    }
    Thread Starter adminel

    (@adminel)

    Hi Chris

    Amazing support thanks better than any other plugin developer I have worked with fast helpful and knowledgable……perfect !

    I’ve done the changes is that what you envisaged ? I think it looks nice not so sure about loosing the margin though ha ha

    Thanks

    Tim

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