Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #785830

    Hello,

    I am using Enfold in a German Language setting. How can I change “Startseite” in the Breadcrumps into another text?

    Thank you,
    td

    #785837

    Hey td,

    In the folder structure:
    
    Edit framework > php > class-breadcrumb.php , find this code:
    
    ‘Startseite’ => __( ‘Startseite’, ‘avia_framework’ ),
    
    Replace it with:
    
    ‘new text’ => __( ‘new text’, ‘avia_framework’ ),

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.