Problems with Newspaper 8 – Header Style 10

Posted in: Newspaper
Post count: 9

Hi all,

I wanna use Header Style 10 on my website. But instead of showing a white background there is a gradient (gray to blue/black) beside the logo. I not set the background color. Even as I try to set background color to white it not works.

Header 10 Style with dark background

Any ideas of solving this problems?

  • This topic was modified 9 years by epiphyt.
Post count: 22421

Hi,

Please provide a link to your site so we can inspect this issue.

Thanks.

Post count: 9

My website is http://www.faszination-indonesien.de. It is normally not online. So I will set it offline on monday evening again.

Thanks in advance.

Post count: 9

Even the menu turns in black background and grey text as I scroll down. Maybe a similar problem I cannot solve.

Post count: 22421

hello,

The art creek demo style adds the color as each demo has it’s own implementation.

If you want to remove the color and gradient, please use this css in the theme panel-> custom css code:

.td-art-creek .td-header-style-10{
background-color:white!important;
}
.td-art-creek .td-header-style-10:before{
display:none;
}

Thanks.

Post count: 9

Hi Bogdan,

thanks! It works pretty fine!

Kind regards

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