allisonrussell322
Member
Posted 7 months ago #
I'm trying to return to using the default text of the title of my website as my "logo." I tried to upload an image as the logo (using Option Tree), but it messed everything up. I'd just like to go back to having my site title as the logo.
My site: http://www.allisonrussellphotopgrahy.com
I'm using a Graph Paper Press theme called Fullscreen.
Thank you!!!
allisonrussell322
Member
Posted 7 months ago #
Edit your Header file, and instead of logo put this..
<h1><?php bloginfo('name'); ?></h1>
inside your div "brand-wrap"
allisonrussell322
Member
Posted 7 months ago #
I appreciate your help, but I couldn't make it work...
This is the code that's in my header.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
I've been altering it to try to add the name of my site, but nothing has worked. Do you have any other suggestions?