Comments bdesigner44 started the conversationAugust 10, 2017 at 5:58pmI am having trouble changing the font color in a testimonial element. Where can I update the font color, the arrow colors, and the large quotation mark under the testimonial? 4,772Michael repliedAugust 11, 2017 at 11:23amHi! Unfortunately these settings are not in the subject, but you can change the color of the elements using Custom CSS.bdesigner44 repliedAugust 16, 2017 at 6:35pmIs it possible for you to give me the custom css to change the color of the elements of a testimonial? name, company, quote mark, arrows hover, etc. 4,772Michael repliedAugust 17, 2017 at 10:08am Please share admin access. We will try to inspect problem on your site. 4,772Michael repliedAugust 17, 2017 at 10:37ampls. use following css, for example: #reviews .wpb_text_column .title-h2, .gem-testimonial-content .gem-testimonial-name, .gem-testimonial-content .gem-testimonial-text span, body .gem-testimonials.style1 .gem-testimonial-wrapper:after { color:#000; } .gem-prev:hover:after, .gem-next:hover:after { background: #000 !important; } Sign in to reply ...
I am having trouble changing the font color in a testimonial element. Where can I update the font color, the arrow colors, and the large quotation mark under the testimonial?
Hi! Unfortunately these settings are not in the subject, but you can change the color of the elements using Custom CSS.
Is it possible for you to give me the custom css to change the color of the elements of a testimonial?
name, company, quote mark, arrows hover, etc.
Please share admin access. We will try to inspect problem on your site.
pls. use following css, for example: