Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #430722

    I’d like to remove or change the borders in the testimonial grid. I have been able to change the vertical dashed line between testimonial columns, but I have tried and failed to find the right CSS combination that removed the dashed line BELOW each row. I’ve tried
    .avia-testimonial-row {
    border: none!important;
    }
    In my custom CSS and that does not work.
    Any suggestions?
    Thanks,
    M

    ***SOLUTION FOR THOSE WHO MAY SEE THIS POST:
    In Custom CSS:

    .avia-testimonial {
    border: none!important;
    }

    (can also control individual borders here)

    • This topic was modified 9 years, 7 months ago by mterrian. Reason: Solution!
    #431054

    Hey mterrian!

    Thank you for using Enfold.

    Looks like you managed to remove all the borders in the testimonial section.

    Best regards,
    Ismael

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