• Resolved laurayago

    (@laurayago)


    I would like to know how to translate texts like “select page” or “select category” in the mobile version.

    Thank you guys and great theme!

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    try manual edit inside lib/functions/hook-functions.php, look for something like this

    <?php _e(‘select page’, ‘mesocolumn’); ?>

    edit to

    <?php _e(‘YOUR TEXT’, ‘mesocolumn’); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Translate mobile version’ is closed to new replies.