• Resolved giannini1967

    (@giannini1967)


    I wold like to change the “Open Menu” text in just “Menu” in the responsive part of the theme. Where I have to change it ?

    Thank You

Viewing 1 replies (of 1 total)
  • WEN Solutions

    (@wen-solutions)

    Hi giannini1967

    You can change the “Open Menu” text to just “Menu” by creating and customizing child theme.
    After creating child theme copy and paste header.php file from main theme to child theme’s folder.
    In this file you need to change below line and do edit in child theme’s file:

    <?php _e('Open Menu','lawyeria-lite'); ?>

    TO:

    <?php _e('Menu','lawyeria-lite'); ?>

    Now activate the child theme.
    Hope this will solve your problem.
    Note: Please customize files of child theme, so your changes will not overwrite on theme update.

    Best Regards!!!

Viewing 1 replies (of 1 total)
  • The topic ‘Open Menu’ is closed to new replies.