Changing the quote icon color in my testimony section

Instructions

  1. Go to ‘Online Store’ → Theme → Edit Code

  2. In the assets folder locate the file ‘theme.css’

  3. At the end of the file paste the below code

.quote-icon .icon.icon-quote path {
    fill: blue; /* Change the color according to your preference */
}