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
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
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?