Can anyone guide me through step by step on how to:
1. edit subscription page header logo
2. edit the header copy
I've found the Design Manger, but my developer knowledge is extremely limited. I would really like to figure this out instead of paying a developer to make these changes.
If you have a theme from theme libary, make a copy/clone of each file, in the same hierarchy (so including top level directories) into a childtheme. This way, you can use the child-theme and still remain to keep updates for the parent theme.
Now you can edit what you want within the child theme and it wont hurt your parent theme. If something goes wrong, put back a revision or simply grab the parent file again and start over.
Can you explain what you want to do exactly? Because most of it is pretty much drag and drop for you I guess! Please provide a screenshot if thats possible!
If you have a theme from theme libary, make a copy/clone of each file, in the same hierarchy (so including top level directories) into a childtheme. This way, you can use the child-theme and still remain to keep updates for the parent theme.
Now you can edit what you want within the child theme and it wont hurt your parent theme. If something goes wrong, put back a revision or simply grab the parent file again and start over.
Can you explain what you want to do exactly? Because most of it is pretty much drag and drop for you I guess! Please provide a screenshot if thats possible!