Logo background

Posted in: Newspaper
Post count: 5

Hi,

how do I change the background behind the logo?

i.is.cc/2sNVz1mU.jpg

Thanks,
Marcello

Post count: 22421

Hello,

The voice report demo uses css to add the iamge so you will have to change it with css like so:
.td-voice .td-header-style-9 .td-logo-wrap-full{
background-image: url(your image url here)!important;
}

You can add the code in the theme panel-> custom css box.
Or if you get an image flicker as the image is being rewritten, you can change the image url directly in the css file here:
https://www.screencast.com/t/uBRupjBH

Thank you!

Post count: 5

Bogdan, thank you!

Post count: 3

Can you tell me what dimensions I need to replace the “images/header-bg.jpg” in the voice report header with my own image? Also I don’t see the demo image in the wordpress media library. Can you tell me where it is located? Thanks.

Post count: 20688

Hi,

The image that the demo uses as header background can be found here
https://www.screencast.com/t/5FpdBdevD
The dimensions of this demo background image can be seen by inspecting the image
https://www.screencast.com/t/qfl8RrxCi8L
You could replace it with an image of your own, just make sure it has the same name and format.

Thanks

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