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 ?
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.
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.
https://www.dropbox.com/s/1na8s04jz229kad/Screenshot%202018-10-25%2014.03.32.png?dl=0
The logo is png i am using the demo logo.
Home settings
https://www.dropbox.com/s/yjn9259n9vx29bx/Screenshot%202018-10-25%2014.05.33.png?dl=0
To be honest my priority is to make my website header looks exactly like the demo.
Like this
https://www.dropbox.com/s/cb7wkyd9vnn7xxw/Screenshot%202018-10-25%2020.01.36.png?dl=0
Instead of this
https://www.dropbox.com/s/zu7ygg2ynwhceq1/Screenshot%202018-10-25%2020.01.48.png?dl=0
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.