- AuthorPosts
- February 21, 2018 at 7:23 am #22946Anonymous UserMember
I am trying to override scss file from inc/boldgrid-theme-framework-config/scss folder inside my child theme. But its not working.. How can i make changes to this palette-formats.scss file so that it will compile proper css file and will override color-palettes.css file from parent theme.
I am referring code from below link. https://www.boldgrid.com/docs/configuration-file#scss-compiler
Following code i have used in config.php file from my child theme.
$boldgrid_framework_configs[‘customizer-options’][‘colors’][‘settings’][‘scss_directory’][‘default’] = ‘/scss’;
$boldgrid_framework_configs[‘customizer-options’][‘colors’][‘settings’][‘output_css_name’]= ‘/css/output.css’;Can you please help me so that i can add new color options to my child theme..
February 21, 2018 at 4:59 pm #22947Arnel CMemberI spoke with one of the managers for BoldGrid and they do not recommend changing the directory as you are trying to do. They recommend leaving it in place. I have the issue posed to a developer and we are waiting on feedback in regards to the issue. We will update this answer after we hear back from the development team.
- AuthorPosts
- The topic ‘SCSS Compiler in child theme’ is closed to new replies.