Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #491208

    Hello everyone

    Can anyone tell me how to center my header title / website title “Bären Areal Seengen”? Meaning move it down, so that it’s in the middle of that header bar.

    Thanks for the help.

    Regards,
    Aline

    #491210

    #491328

    Hey!

    Please add following code to Quick CSS

    span.logotext {
        top: 10px;
        position: relative;
    }

    Cheers!
    Yigit

    #491333

    Thanks! and can I change the text? I don’t remember how this was done in the first place.

    #491344

    Hi!

    Please go to Appearance > Editor and open Functions.php file and find code similar to the following

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

    and change it as needed. If you need help, please let us know what you would like to use as your logo text.

    Regards,
    Yigit

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