https://www.screencast.com/t/wBpkTk9Y5kk
We have the Creative demo theme installed and need to change the “languages” content found in the top left area of the demo (above the logo). We are using the child theme.
Can you tell me:
1. where do I find this content so that I can edit it
2. if it’s within a file in the “main” theme, do we need to duplicate the path and the file within the child theme and this overrides the main theme?
i.e. if it’s in:
/wp-content/themes/royal/framework/file.php
do we then duplicate the file and put it like this?
/wp-content/themes/royal-child/framework/file.php
or does it simply go in the root of the child theme and not within any directory?
Thank you in advance.