• woodrackets

    (@woodrackets)


    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)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using a theme at the moment?

    They have to use the same theme but the theme itself can use a number of templates for different scenarios and content. For example, you can tell two different pages of your site to use different templates. The option is available from the dashboard.

    Thread Starter woodrackets

    (@woodrackets)

    Andrew, thanx for answering.

    Yes and no. I mean I’ve been playing with various themes. I’m not married to any one of them. I’ve never met a theme I didn’t dislike. ??

    Thread Starter woodrackets

    (@woodrackets)

    ygspasov, thanx for answering & the info.

    The option is available from the dashboard. Can you be a little more specific?

    Thread Starter woodrackets

    (@woodrackets)

    ygspasov, OK. I got it. Thanx.

    Now, if someone can point me in the right direction on how to get that all over borderless background image.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Site top page different theme?’ is closed to new replies.