Change background color of sticky sidebar

Posted in: Newspaper
Post count: 65

Hello,

So I am trying to change the background color of my sticky sidebar but seem to be having some trouble.

As you can see in the following picture, the background of the sticky sidebar is blue: https://prnt.sc/td2e2r

But when I scroll down a bit, the background color changes back to white, see here: https://prnt.sc/td2ed5

These are my settings: https://prnt.sc/td2eil

Could you help me keep the background blue even when scrolling down the page?

Thanks & Regards

Post count: 35449

Hi,

Unfortunately this option will not apply on sticky sidebar, the background color will be set by default, the one set will not apply. Some users use a custom css to apply the code.

Thank you!

Post count: 65

Hi Callin,

Do you think you could help me with the code for this?

Thanks & Regards

Post count: 35449

Hi,

You can use a css link this one:
.td-pb-span4.td-is-sticky .wpb_wrapper{
background-color: rgba(88,188,26,0.78);
}

But note that sticky column will no longer had padding and it will be display like this -> https://i.imgur.com/ysFiTNr.png

Thank you for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.