Hi everyone,
I have this really ugly black background at the double quotes on my testimonials section and I would like to get rid of the black backgound and make the quotes black. Anyone knows how to do that?
Password: Kamilla
Thanks
Hi everyone,
I have this really ugly black background at the double quotes on my testimonials section and I would like to get rid of the black backgound and make the quotes black. Anyone knows how to do that?
Password: Kamilla
Thanks
Please add the following code at the bottom of your assets/theme.scss.liquid file.
#Quotes-162713921465aff3d2 .quote-icon-wrapper{
background-color: #fff !important;
}
#Quotes-162713921465aff3d2 .quote-icon{ color: #000 !important; }
Hope this works.
Thanks!
@dmwwebartisan You are the man! Thank you very much.