Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1270393
testimonial font color
Closed

Comments

  • bdesigner44 started the conversation

    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?

  •  5,055
    Michael replied

    Hi! Unfortunately these settings are not in the subject, but you can change the color of the elements using Custom CSS.

  • bdesigner44 replied

    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.

  •  5,055
    Michael replied


    Please share admin access. We will try to inspect problem on your site.

  •  5,055
    Michael replied

    pls. 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;
    }