Change the Extra Logo Link
By default, the Extra Theme logo links back to the homepage. But this can easily be changed with the following jQuery snippet: <script> jQuery(function($){ $('.et_extra a.logo').attr('href','https://www.google.com'); });...
Read More