- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
Yes, add the custom css from below in theme panel > custom css like this: http://screencast.com/t/UdPawmspG
.post header {
position: relative;
margin-bottom: 0px !important;
top: -10px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
I have tested this on your site, should work like this: http://screencast.com/t/7YvcNbozv2
Change the value if you don’t like it like this.
Thanks
Hi,
@aundrey
Please make sure you follow this guide and add the logo like this: https://forum.tagdiv.com/header/
Regarding the Visual Composer plugin if it’s active and you are seeing it in page editing panel like this: http://screencast.com/t/F34n2RTJ
If you don’t have it like in the screenshot you will have to make sure you install it right, for this please use this guide and install the plugin from plugins folder that came with the theme files: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Please let me know what you find and also please send your site’s URL.
Thanks
Try deleting the visual compser and install it again.
Go to appearance > install plugins
For the logo, you need to specify the logo url in theme panel > header 🙂
Hi Guys,
I’m having difficulty in changing the header logo. I’ve uploaded the logo into the template and save setting and use image but my site still uses the newspaper default logo.
Can anyone help me out? I’ve installed the demo data which I assume allows me to change the logos and etc.
Thanks again.
Cheers,
Aundrey
Its the most beautiful-lest thing! Thank you Lucian that worked!
Perfection! Thanks so much.
Hi,
Unfortunately there is no option for this, you can use css to hide the menu:
.td-menu-placeholder, .td-menu-header {
display: none;
}
Or you can remove it from here: http://screencast.com/t/xSifF51VByco
Hope this helps!
Thanks
Hi,
Try like this:
.header-content-rec .td-a-rec-id-header {
text-align: center;
margin-bottom: 40px;
}
Should work fine now: http://screencast.com/t/aJTH0BSAOw
Thanks
Hi,
Please remove all css that me and Emil provided for this and use just this one to get this result: http://screencast.com/t/uRAgnCzQKYCh
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}
.td-header-style-8 .td-style-8-menu-wrapper {
vertical-align: bottom;
}
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 176px !important;
}
Thanks
Thank you Lucian, but looks like this is still not working? I added this to Theme Panel>Custom CSS?
Thank you Lucian, but looks like this is still not working? I added this to Theme Panel>Custom CSS?
Hi,
Please use this custom css:
.header-content-rec .td-g-rec-id-header {
text-align: center;
margin-bottom: 40px;
}
Should work like this: http://screencast.com/t/U5Grpj4WPK
Thanks
Hi,
You can change the header color and menu background color from theme panel > theme color: http://screencast.com/t/kjMrCS1vo6b
Use theme’s panel > custom typography to change the font style/color/size/family
Thanks
Could you please copy and paste the css in this thread. I have tried to manually input from the screenshot but having trouble getting it exact.
Thanks!!
hi,
I have tested this on your site and as you can see from the screenshot it should work fine: http://screencast.com/t/kBCApNSmfQm
Please make sure you add the following custom css in theme panel > custom css like this: http://screencast.com/t/HXqaQu7Pmj3
Thanks
Hi, Just bought it and super new here.
I want to change the whole header area background color and be able to change the menu background color as well. Is there a way to do this? Ideally I would like that the header area is black and my menu background is a liter black with white text color.
Thanks
Also, it seems that the issue is caused by the feature image border going over/covering the ad bottom area. When displaying the fullpage width feature image and scrolling you can notice how the covered section of the ad starts to display/show like this:
Hi, when display ad is in header under the menu navigation bar the bottom portion of the ad is cut off like this:
http://www.screencast.com/t/5hjR2w5n
Any solution option for this?
Thank you.
Added it to my header-style-1 file as you wrote, but it’s nothing in this place on the site and it’s nothing in code as well(
Anyway, thank you, maybe i’ll wait for Google search or hire someone to do it
-
This reply was modified 11 years by
paulberrow.
I used the same css, just added a custonm class, coz could’t find the special classes for sidebars in pages and categories.
https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 Here Lucian wrote how to add a custom class for category, for page it’s pretty much the same
Unfortunately that css did not work or move the megemenu at all.
http://fidouniverse.com/fidoblog/
I would like the menu and the megamenu to both move down together until the top of the megamenu to align with the bottom of the blue background.
Please view the following to see how I would like the menu to be positioned.
http://www.screencast.com/t/RoRnvYj9l
Thanks!
-
This reply was modified 11 years by
mlgallant.
Hi,
Use this css:
.post header {
position: relative;
margin-bottom: 0px !important;
top: 0px !important;
}
.post header .entry-title {
margin-bottom: 0px !important;
}
Please let me know if this dose not work and also provide a link to your site so I can inspect this.
Thanks
Hi,
The menu code is inside menu-header.php file – http://screencast.com/t/Z4nEZGyN7
The bar is divided in two parts:
span11 – menu – http://screencast.com/t/V5Suzh4M79cs
span1 – the search icon – http://screencast.com/t/5J7BG0fg1JX3
The solution could be to remove the span1 and change span11 to span12
or just set span11 to span12 and use css to move the search bar outside the menu – http://screencast.com/t/f1PDlRi6m – http://screencast.com/t/TGXXZX6m
#td-top-search {
right: -46px;
}
Thank you, Emil G.
Hi,
Please try this custom css:
@media (max-width: 767px) {
.header-content-rec .td-a-rec-id-header .td-visible-phone {
text-align: center !important;
left: 0px !important;
}
}
Should work, like this: http://screencast.com/t/xUfUg0aUeV7
Thanks
Hi,
Please use this custom css:
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 135px;
}
Should work like this: http://screencast.com/t/QDR2KRJel
Thanks