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!
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]