Sidebar color

Posted in: Newspaper
Post count: 58

Hi,
Is it possible to choose a background color for the side bar?
Is it possible to draw a line between the sidebar and the content?

Thank you

Post count: 22421

Hello,

Sorry but the sidebar in our theme cannot have a different color except by altering it through css. Try this css code:

.td-ss-main-sidebar{
background-color:red;
}

You can also add a border left if you want a line between the sidebar and content.

.td-ss-main-sidebar{
border-left:3px solid lightgrey
}

You can place the css coeds in the theme panel-custom code section

Thanks

Post count: 58

Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.