I was doing modifications to the theme, adding borders for the sidebar boxes.
but when I used
.box {
border: 2px solid #000;
}
It not only affected the header menu, but also the footer box links. I was curious if there was a way to affect only the .box's that are in the sidebar and not the rest of the theme?