• Closed
  • abchouston
    Spectator
    13.08.2018 at 21:45 #36925

    How can I change the font colors of

    – Inside text for counter circles
    – Testimonial Names

    I’m using Evolve Plus, Version: 2.8.3

    Roman
    Spectator
    Posts: 3147
    14.08.2018 at 03:07 #36926

    Hello abchouston,

    please provide your website URL, I will provide a Custom CSS. thanks

    Roman
    Spectator
    Posts: 3147
    14.08.2018 at 17:31 #36932
    abchouston
    Spectator
    Posts: 4
    15.08.2018 at 16:46 #36944
    Roman
    Spectator
    Posts: 3147
    16.08.2018 at 04:35 #36947

    In Additional CSS under Customize add following:

    .t4p-counters-circle-text {
    color: white;
    }

    .t4p-testimonials .company-name {
    color: red;
    }

    change per your need 😉

    abchouston
    Spectator
    Posts: 4
    16.08.2018 at 15:46 #36948

    Thanks!