Support for Envato Buyers Forums OldCar Change logo link

Viewing 0 reply threads
  • Author
    Posts
    • #4390

      Hi!

      I will like to know if its possible to change the home link to an external link on the head (main) logo, right know when you click on the head (main) logo (OLDCAR logo) refresh the site and take you to home, then i will like to direct this to an external site.

      thanks for your help.

    • #4394

      Hi

      Please do it as the following solution without edit any files.

      Add the following javascript code into “OldCar options > Custom code > javascript code”

      jQuery(document).ready(function($){
         $('h1.logo a').attr('href','http://themeforest.net');
      });
      

      Replace http://themeforest.net to your link.

      Thanks

Viewing 0 reply threads
  • You must be logged in to reply to this topic.