I am new at this and am wondering considering that you have a custom Css menu do I need to create a child theme? Will my changes to my existing site be lost upon a theme update?
If I do need a child theme, considering that my site is all-ready complete, how do I go about making one without losing my current changes?
@csneltenmsn-com If the changes that you are making is only css related then adding the css in custom css would do fine and your styling changes will remain even if you update the theme. But if you have also changes to make to template files/ php files then you should make a child theme to change the functionality.