Viewing 2 replies - 1 through 2 (of 2 total)
  • First of all go to the Appearance menu in your admin panel and check whether the theme doesn’t offer any in-built options, including one for changing the home link.

    Otherwise, you should be able to change the link by editing the code of the theme. The code for the home link is probably in the header.php file of your theme. The path to the file on your hosting account would be public_html/perfect-rehitim/wp-content/themes/xt_furniture/header.php. In the file just look for the URL of the theme designer and replace it with your URL.

    By the way, the home link in the footer also points to the site of the theme designer. You should be able to change that from the footer.php file of the theme.

    Hope this helps.

    By the way, don’t forget that changes to the code of theme files are overwritten when that theme is updated. So it’s advisable to use a child theme. Here’s more info on how to create one:

    https://codex.www.ads-software.com/Child_Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Item Link Error’ is closed to new replies.