Hello, I would like to remove or edit “You are here” in the breadcrumb navigation. I have found where to do that in framework/php/class-breadcrumb.php but when I copy the folder and file into my child theme, there is no effect. Do the child theme php files override the parent php files?
Thank you.
Hey Webbee!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.trail-before { display: none !important; }
Best regards,
Yigit
Thank you Yigit, what if I want to edit “You are here” to “Something else”?
Can you also tell me if the Child theme file should have overwritten the Parent file?
Hey!
You can use this plugin to edit it http://wordpress.org/plugins/codestyling-localization/
yes it should please also see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
I was just looking at the documentation and see that when using a child theme, it is suggested that I import the Parent Theme settings. Do I need to do this?
I have been customizing the Enfold Child Theme.
Hi!
Thank you for the question.
Yes, if you previously set the settings prior to using a child theme, you’ll need to import the parent theme settings. If you started using the theme with the child theme at the very beginning then you don’t have to import any settings. :)
Cheers!
Ismael
Thank you Ismael, appreciate it.