- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
Hi,
You can change the background color on mobile devices via custom css in Theme Panel > Custom Css, please check this topic – https://forum.tagdiv.com/topic/mobile-logo-2/
Thanks!
Hi,
We use a custom css for blog logo on our demo – http://screencast.com/t/whvCqj6drpc – http://screencast.com/t/plpsS6pTKt
.td-header-style-10 .td-header-sp-logo img {
width: 540px;
}
Hope this helps!
Hi,
@Mufasya Replied here – https://forum.tagdiv.com/topic/how-to-change-logo-on-homepage-help/
Thanks!
Hi,
I have checked your site and on homepage is displayed your own logo – http://screencast.com/t/or5qfoVHAIGs Please clear cache maybe it is a caching issue.
Thanks!
Hi,
It did solve the problem with the logo however it meant that all drop down menus from the top header were hidden behind the main nav bar so I hav to delete the custom css.
How can I remove the mega menu plugin? I am trying to use a conditional menu plugin and it wont activate because of a conflict with the MM plugin. My main goal is this, I’m using the UserPro plugin, and in the top menu i want to show a login/register link to unlogged users, and profile/logout links to logged in users. If its possible to do without removing the mega menu or using new plugins I would love to know how. I’m not great with code but I can do a little with some help. Thanks guys!
How to disable logo both in header and footer. Thanks for your help!
Hi,
This is the link where I have this issue:
http://blog.kazka.com.ua
Right now we are using logo with size 272×76, and when we are using logo with big size it looking big.
But on your example you are using very big file and it’s looking small on demo.
Looking forward to hearing from you.
Kind regards,
Nick
Hello. Sorry for my English. I will write short sentences.
Suddenly they disappeared attached images in my articles.

If you do click in the blank, then if the picture looks, for example here:
http://www.tradingunited.es/guia-dibujar-niveles-soportes-y-resistencias-correctamente-3/
I do not know if this related, but also the logo appears “mini” and there is a blank space above. see forum:

Please help.
I was try to change on theme panel > header style > style default, and logo was i set in my own logo and then i saved, but on my homepage is not change the logo still default logo newspaper but in other page show my own logo, what that’s happent, please u can see my web: http://www.otobanten.com
Hi
I’ve added this issue on our list and we will try to fix in the next theme update, meanwhile you can try this custom css in theme panel > custom css:
.td-header-style-8 .td-header-sp-logo img, .td-header-style-8 .td-header-sp-logo a {
z-index: 1;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 0 !important;
}
Let me know how it goes.
Thanks!
Hi,
That’s a complicated section, try this css for a start: – http://screencast.com/t/MSOhwTCNKmL
.td-header-menu-wrap-full{
height: 100px !important;
}
.td-affix{
height: 100px !important;
}
.td-header-style-5 .black-menu {
position: relative;
top: 19px;
}
If you want to modify the height on the menu elements, logo and search use the browser inspector to find what’s the custom css used for each element and create a custom css to make them look the way you want. If you don’t have experience with this i suggest that you look for a professional developer to help you with this task.
Thank you!
Hiya,
I found a small bug. I have chosen a different header and notice that only the bottom of the logo is clickable. You can see this at shipinsight.com.
Thanx a lot!
I got 2 more issues:
– How can i change the color of the title blocks in the post sidebar? Cant find it in the theme panel.
– And i changed the logo header size cause it was alligned to much to the right but everytime i open a new page it will resize before it get back oke. Check http://www.tenniswedtips.nl
Thanx guys!
Hi,
If your’re not suing adsense you can use as many ads as you like or rotate them with adrotate plugin.
This
header/a banner below header/banner below content slider/multiple sidebar boxes
can be created with newspaper also.
You can chose a header style with ad next to the logo or under the menu: https://forum.tagdiv.com/header-styles/ then use the ad box VC element to place the ads using page builder: https://forum.tagdiv.com/how-to-use-visual-composer/ anywhere into the page or in the sidebar using the same widget: http://screencast.com/t/X8Ai78y0H
Hope this helps!
Thanks
Hey guys.
I’m sorry I’m not native english speker.
How can i add social icon? you guys add (BEHANCE,,,,,,youtube) on theme panel -> social networks.
that is awesome system but not enough for me so i want try add new social service logo and link.
i already have .ttf file.
i think same way of this but this is shere link.
https://forum.tagdiv.com/add-a-new-linkedin-button/
Please let me know how to add new icon and link.
Hi,
The theme logo can only be set globally, to set a different logo for each page you have to modify the code. Unfortunately this is not an easy task so i cannot provide a quick solution for it, you can find the code here – http://screencast.com/t/uJdyrXKTRPYj – If you don’t have programming experience i suggest that you look for a professional developer to help you with this modification.
Thank you!
Hi,
Where can I change the background color of the part where the logo and ad banner is so that I can get the light grey (#F7F7F7) background like the TechNews theme please
Hello guys,
I am using Newspaper 6 and i am loving it so far. First time in WordPress coming from joomla.
I would like to assign a different logo for different pages or categories if possible.
Can you please guide me how to do that?
Thanks in advance
Pan
Hey Guys,
I will shoot you a private email with the details , but for me the facebook , twitter, and the Google + Social shareing buttons don’t show the logo in the button , it only shows the test I manually supplied in the td_module_blog file.
Cheers
Hi,
Make sure that the path of the logo is correct, check this by opening it’s url in a browser window. – http://screencast.com/t/4HUX9CwMNrx
If you can’t find the cause please provide more details on how the logo is set, some images with the backend configuration would also help.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
thanks! It works, however it is not centered. It does not look bad, however is there any way to center all the menu items with the sticky logo, as it is in the current, original version?
Regards,
Lukasz
Hello everyone,
When I upload a logo with a different name, it’s doesn’t appear.
But doing it with the same file name is ok.
How can I change the logo file name?
Hi,
I need a link to inspect this, you can try to hide it via custom css in Theme Panel > Custom Css:
.wpb_revslider_heading {
display: none;
}
You can change the header style to one that use full logo size – http://screencast.com/t/mV8fUDZ6kg
If you don’t want to post images or link here on forum, you can send an email at contact@tagdiv.com and provide details about your issues.
Thanks!
I don’t think you are understanding me, I will try to explain in another way.
Look at the screenshot below. I am targeting the entry thumb:
http://www.screencast.com/t/3pjrMycB
Did you see how the thumb is? The logotype is cutted. I want the image entry to adjust images’ width. This cannot be done on the Theme panel. How could I ever use the category class to target the image if the class is on the body?
Is there a way to do this?