• Closed
  • abchouston
    Spectator
    August 13, 2018 at 9:45 pm #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
    August 14, 2018 at 3:07 am #36926

    Hello abchouston,

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

    Roman
    Spectator
    Posts: 3147
    August 14, 2018 at 5:31 pm #36932
    abchouston
    Spectator
    Posts: 4
    August 15, 2018 at 4:46 pm #36944
    Roman
    Spectator
    Posts: 3147
    August 16, 2018 at 4:35 am #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
    August 16, 2018 at 3:46 pm #36948

    Thanks!