Site top page different theme?
-
Newbie here. Do all pages on a WP site have to have the same theme. or same look?
I’d like to have a cover page that is one borderless background image. On top of that a few scattered text links (to other pages on the site). I’ve done this before (see CSS below) in Dreamweaver and RapidWeaver. Other pages in the site can be themed. How can I do this in WP?
body {
background: url(‘../images/chinadress.jpg’) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-size: 100% 100%;
font: 700 1.5em/1.38 ‘Gentium Basic’;
color: #ffcc00;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Site top page different theme?’ is closed to new replies.