I've created a Child Theme for duster. I want to change values such as colors, backgrounds, pixels.To do this, should i copy the css from style.css of the parent theme into the new style.css for my Child Theme? Otherwise I can only see the code i've entered to create the child theme and cant change values of the parent theme.
Or do I add CSS to the new child theme style.css in order to override values of the parent theme?
What's the best/correct method?
Thanks,