Page 1 of 1
Resolved - Add Logo to Header
Posted: Wed Feb 15, 2017 6:39 am
by nootkan
Been trying to figure out how to add a logo to the header of themes. Html doesn't seem to work. Can anyone help me?
Re: Add Logo to Header
Posted: Fri Feb 17, 2017 11:53 pm
by iapplecenter
yes i agree because having logo make the website more professional

Re: Add Logo to Header
Posted: Mon Feb 27, 2017 5:18 pm
by daveX99
Hi, nootkan:
You may have figured this out already, but here is a little bit of info:
The trick is to figure out where the header is being generated - which may be different depending on the theme you are using.
For many (but not all) themes, there is a file called 'page.php' (in the bl-themes/[theme]/php directory), and that file will include a chunk of html/php wrapped in a <header> tag.
'Simple' way to figure it out is to look at the source html to see the structure and then search your theme's php files to see which file is outputting the header content. You should be able to edit that file to achieve what you want.
-dave.
Re: Add Logo to Header
Posted: Wed Mar 01, 2017 8:41 pm
by Torsten_Kelsch
Could also be in i
ndex.php in the theme’s main directory – it depends on the theme. Look for something like
or
or something similar.
Re: Add Logo to Header
Posted: Sat Apr 22, 2017 10:40 pm
by nootkan
Thanks guys for your replies and sorry for the late response on my part. I was able to find what I needed inside the index.php file of the default theme and made my changes there.