Custom Sidebar Background Color

Posted in: Newspaper
Post count: 128

I have created a separate sidebar for Single Posts. Can you please give me the CSS code to give a background color to this sidebar only. Not to the default sidebar of the Home Page.

Post count: 22421

Hello,
If you want to have a background color for the sidebars please note that it will not work with a sticky sidebar as the sticky part has no padding.

Try this code in the theme panel-> custom css box:

.td-pb-span4.td-main-sidebar, .td-ss-main-sidebar{
background-color:lightgrey!important;
}

Thank you!

Post count: 128

It changes the background of both the Default Sidebar as well as the Custom Sidebar created by me. I only want the background of the Custom Sidebar to be set.

Post count: 22421

Hello,

You cannot target just a particular sidebar as there is no class specific to a sidebar to target. You can make the code affect a particular post or page, but not based on a specific sidebar you create. Sorry

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