• Normally, in every theme, to be able to remove the default copyright text what you’d have to do is only to go to footer.php and delete the text. But in this theme, they call a hook action:
    do_action( 'jobscout_footer' );
    And I don’t know how to bypass this… Can anyone help me? I can’t find the defined action in functions.php. Maybe it doesn’t work like this?
    Thanks in advance.
    zallaevan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @zallaevan,

    Thank you for contacting.

    I am sorry to inform you that there is no option on the theme to remove the default copyright text.

    But if you are familiar with PHP and WordPress, you can easily customize the theme as per your need via the child theme.

    As you have said there is hook action:
    do_action( 'jobscout_footer' );

    So, there is function hook into the action( ‘jobscout_footer’ ).

    You can simply search the function and then customize it as per your need via the child theme.

    Thank you.

    can you share the filename where it is located?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change footer copyright text’ is closed to new replies.