I would like to change the logo link. How is this done using the Broadscope theme??
LOGO LINK CHANGE
2 posts from 2 voices-
Posted 1 year ago #
-
Open up broadscope\framework\php\function-set-avia-frontend.php and search for following two lines:
$logo = "<h1 class='logo'><a href='".home_url('/')."'>".$logo."</a></h1>";and:
$logo = "<h1 class='logo bg-logo'><a href='".home_url('/')."'>".$logo."</a></h1>";Then replace:
href='".home_url('/')."'with:
href='http://my-website.com'Instead of http://my-website.com fill in your website url.
Posted 1 year ago #
Reply
You must log in to post.














