Hello everyone,
I have this multicolumn on my store and I would like to change the text color to #FFF and the top text (Snel geleverd, Gratis bezorging vanaf €60, Veilig betalen, 100% origineel) to be more bold. Does anyone know how to do this?
Any help is greatly appreciated!
Thank you.
URL: https://glowee.nl/
@Dike - please add the given css to the very end of your base.css file and check, should be like screenshot below
#shopify-section-template--15290490290398__16411786810080cd37 .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info{color: #fff;} #shopify-section-template--15290490290398__16411786810080cd37 .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info h3{color: #fff; font-weight: 600;}
Hello @suyash1 sorry for the late reply. This worked perfectly, thank you so much!