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

    on a testimonial grid within a color block there are dash lines around the entries, how may I remove those dash lines?
    also, the default font color for the website is a dark blue – how can I change the font color for the entries to white instead?

    Thanks

    #455877

    Hey damatia!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #455988
    This reply has been marked as private.
    #455993

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-testimonial {
      border: none;
      color: white;
    }

    Regards,
    Yigit

    #456891

    Thank you very much, that took care of the dashes!

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘testimonial grid – dashes around entries’ is closed to new replies.