This may seem strange, but none-the-less important for my client.
Would like to change the header-logo from always going back to the homepage of the site, but actually going to another site…
So instead of clicking the logo and going to
currentdomain.com
would like to click and go to
differentdomain.com
I have looked through some of the header.php and avia framework files, but do not see a way to just simply say something like:
header-logo URL = X
Anybody with ideas?
Hello krshoffner!
Here, /enfold/framework/php/function-set-avia-frontend.php:
Replace the line 441:
$logo = "<$headline_type class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
With:
$logo = "<$headline_type class='logo bg-logo'><a href='http://google.com'>".$logo."$sub</a></$headline_type>";
Regards,
Josue