SirMoo
💖 Chevereto Fan
theme_colors.css.php is used for Main Color and is is invoked in <?php CHV\Render\show_theme_inline_code('snippets/theme_colors.css'); ?> and is displayed as inline css and not a .css file. Because this is inline it overides any custom CSS as it's invoked the line after the code.
Easy solution is to just move that line in header.php to above the custom css code that way custom css changes for parts of that are not not modified when that line is invoked. This will allow for more fluid modifications.
Easy solution is to just move that line in header.php to above the custom css code that way custom css changes for parts of that are not not modified when that line is invoked. This will allow for more fluid modifications.