Viewing 1 replies (of 1 total)
  • Plugin Author Subharanjan

    (@subharanjan)

    You need to add custom CSS into your current theme’s/child theme’s style.css file.

    Example snippet:

    .testimonials-widget .credit, .testimonials-widget .credit span {
    	color: red !important;
    }
    
    .testimonials-widget blockquote {
        border-left: 4px solid red !important;
    }

    Make the border as 0px above to completely remove the bar that come in blockquote.

    Let me know if you still need help !!

Viewing 1 replies (of 1 total)
  • The topic ‘how to change colour’ is closed to new replies.