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 #1006553
Color
Closed

Comments

  •  2
    ivanmarketing started the conversation

    Hello I'm Ivan. I' traying to change the colors in testimonials arrows and clients too but I can't. I don't find how. I have the same problem with the send button in contact form 7. So if you can tell me how can I do it would be amazing. 


    Thank so much, happy 2017 and congratulations for the news demos. The Gem is the best Theme ever!

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .gem-testimonials.fullwidth-block .gem-prev:after, 
    .gem-testimonials.fullwidth-block .gem-next:after,
    .gem-client-carousel-navigation .gem-client-prev:after,
    .gem-client-carousel-navigation .gem-client-next:after {
        background-color: #ccc;
        color: #ddd;
    }

    Pls. add link to the page with  contact form 7. 

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

    Regards, Oliver

  •  2
    Thomas replied

    How about changing the name text color as well as the quote icon color or removing the quotes icon?

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .gem-testimonials.style1 .gem-testimonial-wrapper:after, 
    .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        color: #fff;
    }

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

    Regards, Oliver

  •  2
    Thomas replied

    This did not work - this quote icon is still blue - any other suggestions - or how can I simply delete it?

  •  2
    Thomas replied

    Home page is here - lower portion of page you will see the blue testimonial quote icon


    http://ladybeready.com/

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    .testimonial .gem-testimonials.style1 .gem-testimonial-wrapper:after {
        display: none;
    }

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

    Regards, Oliver