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

    Hello could you tell me how could I make the header of my site the same as this forum… so as user scrolls down the text “Kriesi.at Premium Forum” disappears…

    and Is it be possible if I make a image other than the logo to replace the “Kriesi.at Premium Forum” – so as of my site the logo becomes one image and the text becomes another images? I am using Enfold and Thanks a lot

    #423026
    #423288

    Hello

    Instead of putting two lines of text on, how could I put another image replacing those text (since we may use different font that most user don’t have) there?

    #423638

    Hi!

    Replace the code with this:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    
    function kriesi_logo_addition($sub) {
    	$sub .= "<img class='logo-title' src='logoimagehere.png'/>";
    	return $sub;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.