• Hello

    Just thought I would post my skiing a snowboarding news website, Snow Surge.

    Snow Surge runs on the latest version of WordPress (2.5.1 at time of posting) and runs a modified version of the paid Revolution Pro Media design.

    It has daily news article about skiing and snowboarding, written by a team of 3 writers + me.

    In the future we plan to launch an integrated forum and expand the amount of posts.

    Please post any feedback here.

    Calum

Viewing 4 replies - 16 through 19 (of 19 total)
  • Calum,

    I think there is a way you can address the problems that Whooami is talking about using CSS.

    If you haven’t checked yourself yet, what happens with JS off is that all you tabbed content becomes a vertical list. The background to this list is a grey, and so is your text, so in effect it is invisible. The grey that is taking up all that background actually comes from an h2 tag that doesn’t seem to display the same with JS on. Because of this, changing the following CSS will not affect your JS on appearance, but it will improve your JS off appearance.

    Look at line 337ish of your CSS file and change the following:

    #homepage h2
    background:#202020 none repeat scroll 0%;
    color:#FFFFFF;

    to

    #homepage h2
    background:#FFFFFF none repeat scroll 0%;
    color:#202020;

    This should then give you a nice display for JS off visitors.

    EDIT: Just checked again, and doing this changes the bottom two box headers, to get around that, add this to your CSS:

    .homebottomleft h2, homebottomright h2 {
    background: #202020;
    color: #FFFFFF;

    Alex

    and there you go ??

    Thread Starter calumneilson

    (@calumneilson)

    Thanks, will change this when I get back home :D:D

    Love the site and I’m looking forward to seeing you grow.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Snow Surge Skiing & Snowboarding News’ is closed to new replies.