How to Change Colors of Sidebar Background

Posted in: Newspaper
Post count: 3

Hello Tagdiv,

How to change colour of sidebar background?

example: https://pasteboard.co/GBuOPRU.png

Post count: 20688

Hi,

That could only be done with custom code. If you could provide a link to your website where you would like to achieve this, I will try to give you a solution.

Thanks

Post count: 3

Hi,

My website link: ekonomist.co

Thanks…

  • This reply was modified 9 years by tylerd.
Post count: 20688

Hi,

For the homepage you can use a code like this, to set a background for the sidebar
https://www.screencast.com/t/MyuzY1tat
You can change the color to what you want, and then enter the code in Theme panel->Custom CSS section

.home .tdc-content-wrap .td-pb-span4 {
background-color: lightgrey;
}

For the posts you can use a code like this if you want to set a background there also
https://www.screencast.com/t/mtb5UEmEnzX0

.single .td-main-sidebar {
background-color: lightgrey;
}

Thanks

Post count: 3

Thank you..

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