Tagged: ,

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

    I would like to change the color of the dashed line between testimonials in a testimonial section. I have the testimonial settings set to Testimonial Grid and 1 column. I was able to change the color using a “line-specific” CSS (in other words, that would change the color of just one line), and I could replicate that for each line, but I want to set a general CSS so that the client can add testimonials and neither he nor we have to go in and add more CSS. The line I am referring to is the bottom border of each testimonial.

    #546073

    Hey 1039 Online!

    Add this to your custom CSS.

    #top .avia-testimonial {
        border-color: red !important;
    }

    Regards,
    Elliott

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