Override logo URL

Hello! Currently my site is defaulting to my pages.domain.com URL where the blog is set, but I want it to go to http://domain.com. How can I override this? I see in header.php where it calls the logo, but not sure how to set the URL. Thanks!

Hey there,
I hope you’re doing well today

The code for the Logo URL is found on line 52 of the header.php file.
Please not you should make a full back up of your site, before making any changes to the theme files.
You can use the All-In-One Migration plugin to do this.

This is the code you’re looking for on line 52
<a href="<?php echo esc_url( home_url( ‘/’ ) ); ?>">

You can had code your desired URL here.
<a href="yoururlhere.com">

Best Regards,
Support

Hello! I checked and I don’t have that line for some reason. I also looked at my original downloaded files in header.php and cannot find this line. Any suggestions?

Here is my file. I don’t see that line, but maybe I’m overlooking it?