Slider Question

Support Area Forums Agency Slider Question

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #4433
    Jon Gausman
    Participant

    I love the main slider. I really like the fade transition.

    One question.

    I’d like the fade to “fade to black” instead of fading to white, which is does now.

    http://www.bellotidovia.org

    I assume I’d edit something in the style.css file?

    #4440
    Bill Robbins
    Moderator

    That’s one I haven’t tried before. Here’s one way you could try and do that.

    1. Go to the appearance section and select edit.
    2. From the list of files on your right, choose style.css
    3. Look for this spot:

      #header-background {
      width: 960px;
      height: 448px;
      position: absolute;
      z-index: 0;
      }

      and replace it with this:

      #header-background {
      width: 960px;
      height: 448px;
      position: absolute;
      z-index: 0;
      background-color: #fff;
      }

    4. Save your changes

    If you run into any trouble, let me know.

    #4523
    Jon Gausman
    Participant

    Thanks Bill! But, that didn’t work. It’s not really a big deal though.

    #4527
    Bill Robbins
    Moderator

    Sorry John. It may be built into the slideshow script itself.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slider Question’ is closed to new replies.