Border Color Problem
-
I have Cascading Style Sheet upgrade and I tried to put a 5 pixel red border around the widgets, but it won’t work. I know if you’re doing the body or image the code is img/or body{ then the code in the brackets
} but what is the code name for the sidebar outside of the bracket. I tried ul.sidebar -
I don’t quite understand the question.
If you want a border on an exsisting css-element, you just add
border: 5px solid red;
anywhere within the brackets of that element. -
-
Ah. That would depend on the theme – go have a look at the source code, and you’ll see it there, or in your css, or in the original css script (if you have changed a whole lot).
-
- The topic ‘Border Color Problem’ is closed to new replies.