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 #1280843
Color Styling
Closed

Comments

  • elaina-sugrue started the conversation

    Hello,

    I recently changed the colour scheme of my website from yellow to blue (IMG1), but some elements of the page have remained yellow. I have looked through the documentation and have checked the colour settings of the website and the page but have not found the solution. 

    The quotation mark in the testimonials section, and the employee names from the our team section have remained yellow. (IMG2 &IMG3)

    I have attached images to demonstrate the issue.

    Kind regards

  •  7,092
    Oliver replied

    HI!

    The most simple way is to change it via css, you can see the examples of css here:

    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

  • elaina-sugrue replied

    Thank you! Worked Perfectly :)

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

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

    Regards, Oliver