A child theme simply inherits the functionality of any WordPress theme. Child themes enables you to edit or add new functionalities to main parent theme without digging inside its code files. The features added to a child theme overrides the features of main theme and hence it is the safest way for adding custom CSS, custom hacks and the best thing is that the code added to a child theme doesn’t gets lost after new updates.
Continue reading What Is A Child Theme And How To Create One In WordPress?