Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #221550

    Hi,

    This can seems weird but I would need to have the website’s logo link to an external link and not the home page , would you mind helping me to do so?

    I have managed to enlarge the social icons using other support threads but I can find out how to deal with margin between them. (see http://goo.gl/ltcybo)

    Thanks for your amazing support !

    #221553

    Hey oliviad!

    1.) Add this on functions.php:

    add_filter('avf_logo_link', 'avf_change_logo_link');
    
    function avf_change_logo_link($link) {
    	$link = "http://www.google.com";
    	return $link;
    }

    2.) Can you please give us a link to the actual website?

    Cheers!
    Ismael

    #221557

    Thanks for your super fast answer ! Here is the link : http://goo.gl/ltcybo

    #221577

    Hey!

    Please use this on Quick CSS or custom.css:

    #top .social_bookmarks li {
    width: 45px;
    margin-left: 15px;
    padding-right: 15px;
    }
    
    #top .social_bookmarks {
    left: -15px;
    position: relative;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Website logo to link to another url / Social icon size’ is closed to new replies.