Im lost at CSS

0
I have no idea how to write CSS in Calypso, nothing works. For example changing text color to a header in VSC, I copy the code from inspect and then where do I put it?
asked
1 answers
0

Hi Gal,

Not sure which header text colour you want to change, if its h1, h2 etc. than go to your ‘project directory\theme\styles\web\sass\app’ and open ‘_custom-variables.scss’ and change the colour of variable ‘$font-color-headers’ or ‘$font-color-header’ and save it. If Calpyso is configured correctly it should be compiled and work as expected.

If you did not already then I recommend to go through Style your App with CSS learning path on Mendix Academy. 

 

Hope this helps! 

answered