ATA: 3.7.9
I have created a custom template by copying and renaming the index.php to sample.php.
I know that to change the footer and/or header I would do the same thing with their respective php files as well.
I did the following to change styling aspects of the main page:
HTML Code:
body.page-template-sample-php {
background-color:#171719;
background-image:none;
body.page-template-sample-php h1{
color:#8616ab;
}
body.page-template-sample-php p{
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
color:red;
}
1. what selector(s) would I use to change the center column background?
2. how am I supposed to alter (let's say) header2.php so that it contains only an image (no menu or anything else)? I do not really know any php so altering the actual code in the file is something i'm not too keen on trying.
Any help is greatly appreciated. Thanks!








Linear Mode
