Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308183
    ldollard
    Participant

    I’m trying to change the font color to white and the size to 200% for the testimonials on both of the pages below, nothing i’ve done will affect it, i’ve followed some previous help on this site and nothing affects it.

    Thanks

    #1308184
    ldollard
    Participant
    This reply has been marked as private.
    #1308190
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .testimonials-widget-testimonial blockquote span {
    	color: #fff;
    	font-size: 200%;
    }

    Hope it helps, Cheers!

    #1308193
    ldollard
    Participant

    thats great worked perfectly, needed to add !important to the font-size though

    .testimonials-widget-testimonial blockquote span {
    color: #fff;
    font-size: 200%!important;
    }

    #1308207
    Rupok
    Member

    Glad that you figured it out.

    Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1308183 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>