Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #245728

    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.

    #245735

    Hey Webbee!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .trail-before { display: none !important; }

    Best regards,
    Yigit

    #245740

    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?

    #245745

    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

    #245776

    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.

    #245869

    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

    #246190

    Thank you Ismael, appreciate it.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Edit Breadcrumb "You Are Here"’ is closed to new replies.