Forum Replies Created
-
brilliant. thanks so much.
aha–thank you! found it.
In reply to: problem adding child theme AND trying the blank page template
August 30, 2013 at 7:14 pm #40163ps as I look at this more, I think I’d really just like to get the blank page template to work (rather than adding a child theme). it seems simpler, if I can get it not to be black. what do I need to have in there, to have it give me a blank (but not black) page that I can then add my big header to, and all my text…..?
thanks!
In reply to: problem adding child theme AND trying the blank page template
August 30, 2013 at 4:25 pm #40162Hi there,
I need to change the header (and header size) ONLY on that one page: http://350seattle.org/?page_id=303 (not on the rest of 350Seattle.org).
I wasn’t sure how that image would look with the rest of my graphene options (menu, etc.), so I thought that IF IT WERE EASY I’d try to do simply a plain page, no theme (I was a web designer back in the days of writing code, so it’s very weird and frustrating to me that this is so hard). I suspect that in the future, too, we’d love that option (that’s why I thought I’d try to make the child page work)….but for now, all I really want is to have a separate, much taller header for that page.
thanks.
Emily
In reply to: problem adding child theme AND trying the blank page template
August 30, 2013 at 2:38 am #40160ps the code for my blank page template is this (cobbled together from another post of yours):
<?php
/**
Template Name: Page with background only
*/
?>
<html>
<head>
<style type="text/css">
body { background-color: #ffffff) }
#page-content { width: 960px; margin: 20px auto; }
#page-content p { font-size: 14px; font-family: arial; line-height: 18px; text-align: justify; }
</style>
<?php wp_head(); ?>
</head>
<body>
<?php while (have_posts()) : the_post(); ?>
<div id="page-content">
<?php the_content(); endwhile; ?>
</div>
</body>
</html>it comes out black, despite the ffffff.
Viewing 5 posts - 1 through 5 (of 5 total)
