Newsmag: Header background image?

Posted in: Newsmag
Post count: 68

Hi – Can a background image be placed in the header? I can’t find it in the theme panel, but if it can be done through custom code somehow? Please advise with instructions. Thanks.

Post count: 23312

Hi,

If you want to add a background image to your header section, please note that you should use the code below and place it in Theme panel -> Custom CSS area.

.td-header-header{
margin-top:5px;
background-image: url(http://192.168.0.178/Spitzu/wp-content/uploads/2019/06/p3.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

The result is here -> https://www.screencast.com/t/OQM3UPRJ4Ng

Thank you!

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