How add background image to header

Posted in: Newspaper
Post count: 32

Please tell me how I can put in the header background image, or how can I change the header color to transparent

thanx 😉

Post count: 3343

Hello,
You can use from Theme customzier the Header Style 3 and upload a full image instead of logo.(this will be the background for header)

or if you want to make the header transparent add this in style.css

.td-header-bg .container {
    background: none transparent !important;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.