• Resolved Ambika Poddar

    (@ambika-poddar)


    Hi,
    I want to change the font color of the author and the comments in BNE Testimonials. How can I do that?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerry

    (@bluenotes)

    You’ll need to use CSS to alter the font color. For the slider, you can use the following and adjust to your needs.

    .bne-testimonial-slider-wrapper .testimonial-author {
    	color: white;
    }
    
    .bne-testimonial-slider-wrapper .testimonial-content {
    	color :white;
    }
    
    Thread Starter Ambika Poddar

    (@ambika-poddar)

    Hi,
    I tried putting the code but it didn’t change the font colors, even with the !important tag.

    Thanks.

    Plugin Author Kerry

    (@bluenotes)

    The way you wrote it definitely invalid. If you want to use what you wrote, you’ll need to adjust it to the following:

    .bne_testimonials_slider_widget .bne-testimonial-slider-wrapper .testimonial-author {
    	color:white !important;
    }
    
    .bne-testimonial-slider-wrapper .testimonial-content .testimonial-message {
    	color:white !important;
    }
    

    Here is a screenshot of the corrected CSS working on your page.
    https://paste.pics/d94c1e87657982327ebffda44ed54e50

    • This reply was modified 5 years, 11 months ago by Kerry.
    Thread Starter Ambika Poddar

    (@ambika-poddar)

    Thanks Bluenotes,
    Though the link shows a 404 error, but with the corrected CSS you supplied, the testimonial slider background color has changed, and the text content is visible.

    Thanks a lot,
    Ambika

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font color in BNE Testimonials’ is closed to new replies.