No probs the theme is great apart from that so far.
Im having a problem with fixing this myself with a child theme.
I have created the child theme and the CSS file over rides it fine, however now im trying to remove the h1 tag from the logo. in doing so i have copied the relevant files and folder structure to my child theme. but it seems to be ignoring it and still including what the parent theme has set
You cant remove the tag from the child theme. Child theme is to overwrite the css. If you really want to edit it then you need code customization. But if you update it then all your customization data will be lost.
You can override the code but for that you have to first unhook the function responsible for showing that code then you have to hook your own function. Mere copy and pasting the relevant files and folder will not work.