How to change the header banner in a site?

Posted in: Newsmag
Post count: 17

How do I change the header banner image of my site?

Please see attached file.

https://imgur.com/a/Gxuf3id

  • This topic was modified 4 years by john432.
Post count: 35449

Hi john432, the Newsmag theme do not have an option to set the background image for header, therefore This was done using a css code -> https://i.imgur.com/c84XWur.png
Thank you!

Post count: 17

I do this using the theme panel using Custom Code?

Or is there a better way?

  • This reply was modified 4 years by john432.
Post count: 17
Post count: 17
Post count: 35449

Hi,
Yes, that image can be set with css and is not need to convert the image, only assign it, like this -> https://i.imgur.com/tnmpKzr.jpg
body .td-header-header {
background-image: url(https://fiverr-res.cloudinary.com/image/upload/q_auto,f_auto/v1/secured-attachments/message/attachments/c699c076d17b614d371725035e912f47-1631860309946/Fight%20Nail%20Fungus%2002.jpg?__cld_token__=exp=1632121451~hmac=adcb0d38387dd7600ef18f3503812e5b2f81d0e9d4dfb0020670824ba8a78dd6);
}

Indeed the code need to be set in the theme panel> custom code> custom css.
I hope this will help you!
Thank you!

Post count: 17

What is the correct header logo size?

I need your help in removing this logo.

I’ve encircled it with a red box. https://imgur.com/1c5quE9

  • This reply was modified 4 years by john432.
Post count: 17

I think the problem is between CSS > Lines 19 – 25

I don’t want to mess with the codes. I need to know which one exactly needs to be deleted.

Post count: 35449

Hi john432 , if you are using logo header style 7, 8 or 10, then those allow you to set the logo image in full size -> https://forum.tagdiv.com/newsmag-header-styles/ therefore if you use one of those header you can use whet logo dimension you want. For the rest of header styles the logo dimensions are 272 x 90px.
Thank you!

Post count: 17

I’m having a problem removing this logo.

I’ve encircled it with a red box. https://imgur.com/1c5quE9

I’ve narrowed down the problem, it is between CSS Lines 19 – 25

But I don’t want to mess with the codes. Which CSS line of the code needs to be deleted for this image to disappear?

Post count: 35449

There is no need to edit the theme files, just remove the image from the theme panel, like this -> https://i.imgur.com/G57Ffhe.png
This should help you!

Post count: 17

How do I get rid of this blue line in the middle of the logo? There’s also a dark shade underneath that blue line that needs to be removed as well.

Take a look: https://imgur.com/plI1wAS

Post count: 35449

Hi,
That header should look like this https://i.imgur.com/cinxmuK.png please try this custom css
.td-header-menu-wrap {
margin-top: 48px;
height: 48px!important;
}

Set the code in the theme panel> custom code> custom css.
I hope it will help you!

Post count: 17

thanks for all your help.

Post count: 35449

I’m always happy to help you!

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