How is it that i could make it so that the big picture header is only on the front page? Do i need to mess with the stylesheet or...? Sorry I'm not too advance in coding
How is it that i could make it so that the big picture header is only on the front page? Do i need to mess with the stylesheet or...? Sorry I'm not too advance in coding
Don't know the theme but it sounds like you'd need to edit the theme's header.php file and look for the block of code that inserts the header image. You'd then need to surround that block with a <?php if(is_home()) :?> [.. block of code ] <?php endif;?> statement.
thanks!!!
What is your website address ?
You must log in to post.