How do I change the keyline on the box around the slider ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #3111
    Elissa
    Participant

    I would like to change the keyline color on the box around the slider. I think the default is white. Can I do that and if so, how/where?

    Thanks!

    #3112
    Leon
    Participant

    Within WP goto Appearance and Editor. Select Stylesheet (style.css) from the column on the right.

    In this file, search for and adjust as needed:

    – for the right side:
    [code].kwicks {
    border-right:#FFF 5px solid;
    }[/code]

    – for the left, top and bottom:
    [code].kwicks .post {
    border:#FFF 5px solid;
    }[/code]

    #3113
    Elissa
    Participant

    That worked.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.