How do you put a border around the widgets

HomeForumsTechozoicHow do you put a border around the widgets

This topic has 2 voices, contains 1 reply, and was last updated by  Jeremy Clark 261 days ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
June 30, 2011 at 2:28 pm #1603

kirky

Hi, is there a way of customizing the widgets with a border so they are defined from the rest of the page. Can you also change the colour of the title in the widget.

Thanks, Kirky

PS Great WP theme Smile

August 30, 2011 at 5:34 am #1604

Jeremy Clark

This would probably work in the Custom Css under the style settings tab.

.sidebar ul li{
border: 1px solid #000;
}
.widgettitle{
color: #000;
}

You can adjust the colors how you wish.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.