Tagged: logo
Is there a simple way to remove logo link or change it to different “http://somethingdifferent” url than the wordpress root folder ?
Thanks
Hi,
In your WordPress theme directory please go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in line 441
http://i.imgur.com/u6cN03U.jpg
and change it to following line if you would like to open in the same window
http://i.imgur.com/SXptxpe.jpg
and if you would like to open link in new window add
http://i.imgur.com/LucMxOY.jpg
You only should change Kriesi.at to http:// somethingdifferent. com
Regards,
Yigit
Thanks, works great.
J.