How: A Background image in the Header?

Posted in: Newsmag
Post count: 68

Hi – Two questions actually…

1) How do I place an image in the header section, “behind” my logo and banner ads?
2) How can I place text in an image box, so that the image box can be used as a page title?

See screen shot: https://ibb.co/RTr80Z1

Post count: 23312

Hi,

1)Unfortunately, the theme does not have any such an option that allows you to add something like this from the theme panel, sorry! If you want to achieve something like this, you will need to use such a custom CSS code to add the background image to your header section. As a hint, you can try using the code below and place it in Theme panel -> Custom CSS area, like this -> https://www.screencast.com/t/uviJwnLxP

.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;
}

2)I need your website URL so I can take a closer look over that section and also, so I will be able to provide a more accurate response.

Thank you!

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