Borders Around Nav Menu and Sidebar Boxes
  • How would one go about adding a top and bottom border to the Nav Menu and a border all the way around the side bar boxes?

  • cbavotacbavota February 5

    You would need to use Custom CSS:

    #navigation { border-top: 1px solid #000; border-bottom: 1px solid #000; }
    .side-widget { border: 1px solid #000; }


    Just change the color to whatever you want.

Hey there!

Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.

Register

Categories

In this Discussion

Tagged