I've noticed that in latest Newsberg template version (also latest Helix Ultimate version) custom.css file is not loaded the last of all css files, and therefore all "overrides" of existing styles in template.css are not working. I think this could be considered a "bug", as custom.css is intended precisely for such modifications.
I've tried to find a way to fix this without modifying non-overridable template files, to no avail. The solution I've finally used has been slightly modifying template's index.php. I just moved line 154
$theme->add_css('custom');
to line 165, so it's loaded the last of all CSS resources.
Would it be possible to include that modification in next Newsberg version? Or in case there's a better solution to this problem, I'd be more than willing to use it (using "custom CSS" textarea in Helix settings is not a better solution, btw).
Thanks!