Custom CSS Header (Linkable to home) in Inuit
-
Disclaimer: Please forgive me if I don’t describe this properly.
I upgraded to CSS Stylesheet editor today for my newly Inuit-themed blog, graphicfilmic.com. At this point I have a custom header using code from this post: https://en.forums.wordpress.com/topic/header-inuit-types
I am happy with it, however I would like the header to link back to the homepage (and be on every page/post), like this Inuit-themed site:
http://thingswemake.wordpress.com/Hope someone can help. Thank you for your time!
P.s. I want the header to display on all pages/posts, so I believe the “text widget” header trick wouldn’t work from this page: http://wpbtips.wordpress.com/2010/04/19/header-image-in-inuit-types/
The blog I need help with is: (visible only to logged in users)
-
Jumbled some CSS from multiple posts together and now seems to work.
.blog-title { height:106px; width:610px; text-indent:-999em; background:#ffffff url('http://graphicfilmic.files.wordpress.com/2011/01/gf_header_106_whtbckgd.jpg') no-repeat center top; margin-bottom:20px; } #headerimage { display:none; } #header a { background:url('http://graphicfilmic.files.wordpress.com/2011/01/gf_header_106_whtbckgd.jpg') bottom right no-repeat; width:610px; height:106px; display:block; }Probably not proper usage, but seems to work. Really need to learn this stuff.
- The topic ‘Custom CSS Header (Linkable to home) in Inuit’ is closed to new replies.