Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #446597

    Hi! I would like to know how can I change the colour of “- website name in testimonials please?

    #446598

    Sorry I would like to know how to change the mouseover colour of the website name as well. TIA!

    #447335

    Hey!

    Add this to your custom CSS.

    .aviablank.avia-testimonial-link {
      color: red;
    }
    .aviablank.avia-testimonial-link:hover {
      color: blue;
    }

    Regards,
    Elliott

    #448121

    Hi Elliott,

    May I know how to change the font color of the hyphen/dash as well?

    #448876

    Hi!

    You can use this to change the hyphen color:

    .avia-testimonial-meta-mini {
      color: blue;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.