When i scroll my website, the background-color of header is black.

Posted in: Newspaper
Post count: 21

Hi

When i scroll my website, the background-color of header is black. How put background color of header on red when i scroll ?

Post count: 23312

Hello i24gabon,

Provide your website so I can take a closer look at it.

Thanks.

Post count: 21

This is my website URL: http://i24gabon.com/

Post count: 20688

Hi,

By default there is no option to change the header menu background color when it is sticky. But you could do it with some CSS code
https://www.screencast.com/t/RFalOxxpv

.td-header-menu-wrap.td-affix
.td-header-main-menu,
.td-boxed-layout .td-header-style-3
.td-header-menu-wrap.td-affix {
background-color: #ac0000!important;
}

The code must be entered in Them panel->Custom CSS if you decide to give it a try.

Thanks

Post count: 21

It works ! Thanks

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