Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #266067

    Is it possible to have text in the upper left instead of a logo? If so, how would I do that?

    Thanks,
    Jordan
    http://www.killerphotography.com

    #266124

    Hi Jordan!

    Please go to Enfold/includes folder and open helper-main-menu.php file and find

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    and add your text right below it as following

    echo "<div class='logo-text'>Your text goes here</div>";

    then you can style your text using .logo-text class in Quick CSS field

    Best regards,
    Yigit

    #277257

    Thanks so much. I tried it and although the text appeared, I could not style it using quick css. I even tried using the .logo-text in the custom.css and base.css files, and it still wouldn’t style the text.

    Any suggestions?

    • This reply was modified 9 years, 9 months ago by jordandsa.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Logo to Text?’ is closed to new replies.