Transparent header

Posted in: Newspaper
Post count: 5

Hey guys,

I used some custom CSS to make the body semi transparent. Now I would like to know how I could use a transparent header. I tried to use a .png with transparent background, but that doesn’t seem to work. Do I need to add some additional CSS make the transparent background of the png show?
This is the site > http://bit.ly/2rD5IOW. (At the moment its a jpeg not a png)

Post count: 20688

Hi,

A code like this will make the header background transparent and remove the border from the top menu, but the logo image has to be created transparent as well
https://www.screencast.com/t/gqUOyjjiUl

.td-header-style-10
.td-container-wrap {
background-color:transparent!important;
}
.td-header-style-10 .td-header-top-menu-full {
border-bottom: none;
}

If this is not what you wanted or it needs some modification, please provide additional details and I will try to give you a solution.

Thanks

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