How to change "header-bg.jpg"?

Posted in: Newspaper
Post count: 23

How do I change the “header-bg.jpg” image in the Newspaper theme?
This is the image that displays people at the top of the page.
Thanks in advance for your help.

Post count: 23312

Hello cjs,

I guess that you are referring to the Voice Report demo, right? So, if you want to change the very top image from your header style, notice that you should use a bit of CSS code to change the background image, like this -> https://www.screencast.com/t/bMAofCse
The code which you have to use should look like this ->

.td-voice .td-header-style-9 .td-logo-wrap-full {
background-image: url(add the link of your image);
}

Thanks for your understanding!

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