Changing the quote icon color in my testimony section

Solved

Changing the quote icon color in my testimony section

DusanKudela
Excursionist
23 1 2

sff.jpgHello, 

 

I would like to change the color of the quote icon from black to white so it stands out against the black background in my venture theme.

Accepted Solution (1)
WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

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 */
}

View solution in original post

Replies 5 (5)

WalkYourStyle
Explorer
440 54 78

Can you please share your store's URL?

DusanKudela
Excursionist
23 1 2
WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

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 */
}
DusanKudela
Excursionist
23 1 2

There is only the theme.scss.liquid in assets. Could it be the one?

DusanKudela
Excursionist
23 1 2

It works. Thank you!