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 #1277813
Colour testimonial
Closed

Comments

  • greensolutions started the conversation

    hi,

    where can I change the color for the marked elenents.

    Regards


    Rainer Lampl

  •  4,773
    Michael replied

    HI! Changes can be made using custom CSS. Provide access to your site and we will solve your problem.

  •   greensolutions replied privately
  •  4,773
    Michael replied

    pls. use following css, for example:

    .new-testimonials-style .gem-testimonial-name {
        color: #999 !important;
    }
    .new-testimonials-style .gem-testimonials.style1 .gem-testimonial-wrapper:after {
        color: #999 !important;
    }
    .gem-prev:after, .gem-next:after {
        color: #999 !important;
    } 
    .gem-testimonials.fullwidth-block:hover .gem-prev:after, .gem-testimonials.fullwidth-block:hover .gem-next:after {
        background-color: #777 !important;
    }
  • greensolutions replied

    is working perfect

    thanks

  •  4,773
    Michael replied

    Have a nice day!