Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Header without image (http://forum.bytesforall.com/showthread.php?t=4673)

13770 Dec 2, 2009 01:04 AM

Header without image
 
Bonjour,

How is it possible to create a new template - for an agenda page - without logo/image in the header ?

Thanks

juggledad Dec 2, 2009 04:08 AM

Yes it is, but it would be easier to just put in a CSS Insert (at ATO->add HTML/CSS Inserts->CSS Inserts)

Just find the page id - edit the page and look at the address bar which will look like: 'http://yourdomain.comwp-admin/page.php?action=edit&post=224'
the number at the end is the page ID.

Add this CSS (where you put your page's id in place of the '224')
HTML Code:

body.page-id-224 table#logoarea {display: none; }
body.page-id-224 div#imagecontainer {display: none; }

this will cause teh logo area and header image to not display on that page.


All times are GMT -6. The time now is 04:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.