Thanks for the reply.
The main CSS in the parent theme is:
#header, .main-header{
background: #000000;}
but if I define the same in the child theme:
#header, .main-header{
background: #ffffff;}
it doesn’t work. It only works if I use !important.
Is there a way to stop the theme versioning/caching?
Thanks!