• Resolved jamesvinyls

    (@jamesvinyls)


    Could someone please tell me how to change the colour of the font in the body of the testimonials widget? The font on the testimonials page is fine. The font in the testimonials widget I insert on the sidebar is fine. But when I insert the widget into a row on my homepage, all the body test is white, which means it can’t be seen on the white background. Help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • @jamesvinyls

    Please provide a link to your site

    Hello there,

    You can change the testimonial color which resides inside the page builder row by adding the following CSS code into Appearance > Customize > Additional CSS.

    
    .panel-row-style .roll-testimonials p,
    .panel-row-style .roll-testimonials .name {
      color: #ff0000 !important;
    }
    

    Regards,
    Kharis

    Thread Starter jamesvinyls

    (@jamesvinyls)

    Thanks so much Kharis. Worked like a charm!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

    Hi… I’m new to WordPress. Am needing to change the white text in the Testimonials to another color. When I open the Appearance > Customize > Additional CSS there is this…
    /*
    You can add your own CSS here.

    Click the help icon above to learn more.
    */

    Do I delete this and retype…

    .panel-row-style .roll-testimonials p,
    .panel-row-style .roll-testimonials .name {
    color: #ff0000 !important;
    }

    I just don’t want to mess up all of my hard work. Appreciate your assistance.
    Thanks!! — Aprile0203

    @aprile0203 – you can do either. Anything between ‘/*’ and ‘*/’ is ignored by the browser so as long as you paste the code outside that, it will be fine. Delete everything if that is easier for you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Testimonials widget. Content all white text, can’t change.’ is closed to new replies.