How to create a Child Theme
Child theme, is the best way how to do some HTML or PHP customization by your wish. With child theme you’ll be still able to update main theme without loosing any of your customisation.
Child theme, is the best way how to do some HTML or PHP customization by your wish. With child theme you’ll be still able to update main theme without loosing any of your customisation.
In GDayNews theme we’ve been thinking also about developers and how to facilitate work with custom stylesheets. So we added some more features that make your work easier. GDayNews theme is build in LESS compiler. This means, that you can insert your custom stylesheets also as LESS code.