Viewing 1 replies (of 1 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Do a search for quark_get_social_media in functions.php. If you’re editing the theme directly, you can change the title attributes within that function.

    If you’re using a child theme, simply copy that whole function and add it to the functions.php file in your child theme, and then edit the titles. Your version will override mine.

    You’ll need to copy everything between these following two bits of code:

    function quark_get_social_media() {
       $output = '';
       ...
       ...
       ...
       return $output;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to change hover over Title for Social Media Buttons’ is closed to new replies.