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

Okay
  Public Ticket #1467143
Custom Testimonials colors
Closed

Comments

  • Pierre started the conversation

    Hi,

    I am wondering how to change a color on one of your Testimonial templates (see attached file).

    Thank you in advance for your help.

  •  7,280
    Oliver replied

    Hi,

    Pls. take a look:

    http://codex-themes.com/thegem/documentation/css/

    .gem-testimonial-item .gem-testimonial-name {
        color: #000;
        font-size: 22px;
        line-height: 1;
        font-weight: 300;
    }
    .gem-testimonial-item .gem-testimonial-company {
        color: #000;
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
    }
    .gem-testimonial-item .gem-testimonial-position {
        color: #000;
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
    }
    .gem-testimonial-item .gem-testimonial-text p{
        color: #000;
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
    }
    .gem-testimonials.style1 .gem-testimonial-wrapper:after, 
    .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        color: #000;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Pierre replied

    It didn't work, unfortunately.

    What I want to change is the color of the apostrophe (see att. file in previous message).

  •  7,280
    Oliver replied

    Pls. provide the wp-admin access.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Pierre replied

    Finally worked, here comes the CSS line if that can help anyone in the future:


    .gem-testimonials.style1 .gem-testimonial-wrapper:after {
        color: #ff6d1b;
    }


    Thank you Gregor for quick answers.

  •  7,280
    Oliver replied

    Welcome!


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver