Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s no border color defined on the sidebar in the default theme. So you could just add your border(s) to:

    #sidebar {
    margin-left:545px;
    padding:20px 0 10px;
    width:190px;
    }

    in style.css

    Thread Starter mikedeakin

    (@mikedeakin)

    Thank you, but that didn’t work.

    #sidebar {
    border:1px solid red;
    margin-left:545px;
    padding:20px 0 10px;
    width:190px;
    }

    works just fine for me.

    did you refresh your browser cache after applying the css?

    ctrl+f5

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Kubrick: Sidebar border colour’ is closed to new replies.