wordpress-clients / hybrid

[I don't have time to work on this anymore. Use at your own risk] Build WordPress based PWA, iOS, Android & Windows phones apps in minutes!
MIT License
1.02k stars 348 forks source link

How to change color of empty featured image box #372

Closed dardania84 closed 7 years ago

dardania84 commented 7 years ago

img-2296

I would like to change the white color to something else. Please help.

Thank you...

shprink commented 7 years ago

It is just CSS. Open your devtools in Chrome and try to find the appropriate selector. Once you have it you can overwrite any CSS rules in config/config.scss

dardania84 commented 7 years ago

Do i need to convert CSS to place it in config.scss or just paste the code the way it it is

dardania84 commented 7 years ago

wphc-posts .card .item-image { height: 200px; background-color: #e42112; background-size: cover; position: relative; }

This is the CSS

dardania84 commented 7 years ago

never mind i got it

thank you!