This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Laranz
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.
Hi,
No need to edit any files, just go to Appearance -> Widgets and edit the “Left side top bar area” widget, http://take.ms/pnGoH it will replace the top language bar.
If you want to override that via Child then you can create file like this headers/parts/top-bar.php in your child theme and override it from parent theme “/wp-content/themes/royal/headers/parts/top-bar.php”
Let us know,
Thanks,
laranz.
You must be logged in to reply to this topic.Log in/Sign up