Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #500522

    Hi,

    I want to give a title and alt description to the logo image, but it doesn’t show in the page source code, how should I make it?

    Enffie

    #500559

    Hey Enffie!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= "Company Name";
        return $sub;
    }

    You can use HTML instead of “Company name” but please make sure to use single quotes in your code.

    Cheers!
    Yigit

    #500631

    Hi Yigit,

    Actually I am not very good at writing HTML code, could you please see is it ok like below

    Enffie

    #500801

    Hi,

    I have put this code to the function.php, is it ok?

    #500926

    Hi!

    Please use the code as following
    [see private content field]

    Best regards,
    Yigit

    #530677

    Hi,

    I want this code works in the home page only, how can I disable this code in others pages?

    Thanks
    Enffie

    #530693

    Hey!

    Please see private content field

    Regards,
    Yigit

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