Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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?

  •  4,772
    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.

  •  4,772
    Michael replied


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

  •  4,772
    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;
    }