Sidebar background

Posted in: Newspaper
Post count: 53

is it posible to edit the regular sidebar background so that it has a different texture like on http://thewirecutter.com/reviews/best-usb-battery-packs/ or is there some way to separate it from the top of my article writing perhaps like a vertical line break or something? thank you

Post count: 22421

Hi,
This can be done with css. Please ad the following code in the theme panel-> custom css box:
.td-pb-span4.td-main-sidebar, .td-ss-main-sidebar{
background-color:grey!important;
}

However it cannot be used with a smart sidebar though as the padding changes when the sidebar scrolls down.

Thanks

Post count: 53

Thank you. If I want to make the sidebar have a textured background, would i use code like this:

.td-pb-span4.td-main-sidebar, .td-ss-main-sidebar{
background-image: url(imagename.jpg);
background-repeat:repeat;
}

Post count: 22421

Yes, that would be correct.

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