Header transparent

Posted in: Newspaper
Post count: 12

How do i make the header transparent like the gaming demo. Currently that’s the only thing i am missing

https://www.dropbox.com/s/7g60l7wqklt1ree/Screen%20Shot%202018-10-24%20at%207.33.49%20PM.png?dl=0

Also how do i hide empty categories ?

Post count: 35449

Hi,

If I understand correctly you refer to the header logo, if is so then you need to set an image with png extension ( those image need to have set the background color transparent
https://www.screencast.com/t/Q9PxqIgZ1S ).

Here do you want to hide the empty categories, some more details and screenshots, that would be very helpful.

Thank you for your understanding.

Post count: 12

I am using the Gaming demo, i need the whole header transparent. I got the “overlay header” and isn’t working as expected. The whole bar is black.

Also in the category page how do i hide categories like in the Gaming demo? I don’t want the uncategorized category showing up.

Post count: 12
Post count: 12
Post count: 35449

Hi,

Please provide a link were I can inspect the problem, is possible to have set a background color that override the background transparent set the demo

Is possible that you have set a custom css in Newspaper>Theme panel>Custom code

You can override the background color with this custom css
.td-gaming.page-template-page-pagebuilder-overlay .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent !important;
}

Thank you for your understanding.

Post count: 12

Even with the custom css, the overlay menu is not working.

Post count: 35449

Hi,

Please provide a link were I can inspect the problem, in this way I will be able to give you the proper answer.

Thank you for your understanding.

Post count: 35449

Replace the above css with this one:
.page-template-page-pagebuilder-overlay-php .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent !important;
}

Hope this will help you.
Thanks.

Post count: 12

Awesome, its working. Thank you

But one question, i imported the whole demo in a local demo and i don’t see any custom code in the demo. I am doing something wrong ? or is not possible to recreate the site without the custom css?

Post count: 12

The solution, i copy the demo css in to my child theme.

Thank you again

Post count: 12

Could you please, delete my blog url from this thread?

Post count: 35449

Hi,

I’ve just delete your url blog.

Thanks.

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