Hide or change color on botom on header bar

Posted in: Newsmag
Post count: 12

Hi,

Screenshot

I create one custom page with background color. I put negative margin-top to up grey row, but there are a little white white band cannot be delete. the element is td-container-header td-header-row td-header-header.

how can i make the whole page gray by keeping the white menu juste for this page ? (the rest of website stay white)

Best regards,

Post count: 23312

Hello,

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

Thanks.

Post count: 12

Hi,

I cannot, i working on local.
I zip html page in this adress http://s000.tinyupload.com/index.php?file_id=90044640398416733742

Best regards

Post count: 23312

Hi,

You should use a bit of CSS code for this ->

.td-header-gradient:before{
display:none;
}

The result is here -> https://www.screencast.com/t/nPlxD6b1z62J

Thanks.

Post count: 12

Hi, Thx for the answer

It’s work when I do

.td-header-sp-recs{
display:none;
}

https://ibb.co/2kBD6Hv

But how can apply this css just for this page and not for all website ? Because this class it’s used in all pages.

Best regards

Post count: 23312

Hello,

You should target your desired page using the page ID which can get after you have inspected your website, like this -> https://www.screencast.com/t/wMH8rLrzl

Thanks.

Post count: 12

Thanks.

Best regards

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