- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi,
Unfortunately for the moment there is no option to have different menus in our theme, what you can do is to hide with css the logo ( “hero ” from menu ) from pages and posts, and show it only in home page .
Or you can add in file theme another image and hide in on home page and show the logo, and hide the logo in show the image set in file theme for thre rest of the website.
If you want to do one of this jut let me know, and I will quid you.
Thank you for your understanding.
Hi
I want to use the Black Version like demo, but i dont want to import demo. Can you give me the Export of css style the Black Version demo ?
Thanks
I have added the js and css found to the td-booster plugin:

https://fotos.subefotos.com/afbe355fde64e0551ad28850c482b9f3o.jpg

https://fotos.subefotos.com/6406a5add0cf4ee91a5d15334fe453b3o.jpg
But the problem can’t be solved. The ad is broken (out of box) and the PageSpeed score is very low.
Is it possible to find a solution to this?
To make post links underlined, add following code to custom CSS
/* This will make all links in the post underlined by default*/
.td-post-content a {
text-decoration: underline;
}
/*Adding this code will show an underline when you take mouse pointer over the link*/
.td-post-content a:hover {
text-decoration: underline;
}
Hope this will help, thank you for your understanding.
that doesn’t really do anything, and in fact is worse.
Flex Grid 2 has the zoom effect in Safari as well. I’m trying to get rid of any rollover effect. Isn’t there a way to disable it using CSS?
thanks
Hello,
i get it why you implemented a “safety feature” into the speed boster plugin. But does that mean, i can only use 7 plugins you approved? If i use one third party plugin, i cant use it anymore and i have to live with the css and js blocking the rendering? Why not give the option to use the plugin on our own risk?
Is there a way to disable the “safety belt” for this plugin… sorry but i cant get my website to perform good on desktop and mobile, chause i’m (and i think pretty much everybody else) is using third party plugins. Especially if you run a news blog…
Best regards
Dominic
I agree… the css are pretty big, even if theres no custum code and a pretty slim page… when will the developers get to this problem?
You must make sure not to load the css not in use!
main css is so big:
Uncompressed Size: 1159.9 KB
You must make sure not to load the css not in use!
Of course, what is expected from a Theme where the main css is so big:
Uncompressed Size: 1159.9 KB
it’s incredibly full, jam-packed, of unused css!!
something must be done.
Hi
I found the answer to this. If you’ve got access to FTP, you can go into wp-content -> themes -> Newsmag and look for editor-style.css
Download and edit this file and look for:
html .mceContentBody {
margin-left: 20px;
margin-right: 20px;
max-width: 640px;
background: #ffffff url(‘images/editor-style/grid-sidebar-desktop.png’) repeat-y left top;
}
You can actually comment this out, or delete it.
Save and upload and you should have access to the full editor width.
I’m guessing it’s there to give a preview of how your content will look in the browser, but I prefer to have my full editor width.
Hope this helps
Tom
1. Forgot to mention it, if you use the mobile theme CSS code has to be entered in the mobile section
– https://www.screencast.com/t/JSSPRX3Nxzu
That it should work.
2. The mobile theme will not use the same font settings from desktop. It will load predefined fonts, this is for performance. The mobile doesn’t have font settings or many settings overall, loading additional fonts will affect the loading speed.
3. Do you maybe have a white color set here? – https://www.screencast.com/t/Vfqud5V6IbY
That would make the underline invisible against a white background color. Please check this.
Hi,
Way not use this demo, and you’ll get the menu.
If you want to change just the menu please add this custom css in the Newspaper>Theme panel>Custom code>Custom css
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after
{
width: 30px;
background-color: #6aea4d;
}
.td-header-gradient:before {
background: transparent;
}
.td-header-style-9 .td-header-main-menu {
border-bottom: 1px solid #eaeaea;
}
Results: https://www.screencast.com/t/YYA3Mz7yf4
Hope this will help you.
Thanks.
Not avail to write own css in theme panal showing box but not type or past in blank box
Hi,
Unfortunately our theme don’t have such option, but you can hide them with custom css, for example hide all meta from all pages from block 1
https://www.screencast.com/t/ftJz4kaMb2
https://www.screencast.com/t/O10pqaEZTch
.td_block_1 .td-module-meta-info{
display: none;
}
Also you can read about Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this will help you.
Thank you for your understanding.
Hi,
That content is not responsive from what I can see. The container has a fixed width at all times. I could give you a code that you can enter in the phones section in the Theme panel-> Advanced CSS
.bosu {
width: 100%;
}
Result – https://www.screencast.com/t/90mrxsHhrT3r
Thanks
Hi,
The cover on the mobile screen come from the background image, you have set a link on it, you can use the below css in Newspaper>Theme panel>Custom code>Advanced css section phones like this
body.td-ad-background-link {
cursor: default;
}
https://www.screencast.com/t/qTaNYr4E8n
https://www.screencast.com/t/euRK5U7c5Hev
Here is the custom css you need to change
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(255, 255, 255, 0.95);
}
https://www.screencast.com/t/pA4W5NnGsJ
If you want to aplay the css on all devices past the above css in
Newspaper>Theme panel>Custom code>Custom css
Hope this will help you.
Thanks..
Hi,
I think you want to change from this: https://www.screencast.com/t/FdWuuL5jSa in this: https://www.screencast.com/t/pHnC0CTZms83
If is so you need to add this custom css in Newspaper>Theme panel>Custom code>Custom css
.comment .comment-content, .comment .comment-meta, .comment .comment-respond {
margin-left: 0px;
}
Hope this will help you.
Thanks
Hi TagDiv support,
I have a problem with the space on the navigation menubar on a clients website.
The problem is that there’s not enough space for the navigation buttons (on tablet it pushes buttons below the navbar i.e.). I tried to change this via CSS but that attempt didn’t work out the way i wanted.
Is there any option to make the width of the navigation menu (desktop/tablet) more wide, so that it will fit 10 buttons in total?
Looking forward for your reply.
Cheers,
Thimo
Hi,
Here is a custom css that you can use to change the color for all post ( only post, no category or pages ) that have h1.
https://www.screencast.com/t/vWGC8AMpn9
.single .td-pb-row h1{
color: green!important;
}
You can change the color green if you want , you can pick a color from here: https://www.w3schools.com/cssref/css_colors.asp
Thanks.
Hi,
Something is very wrong there. The HTML and CSS is broken. From what I can see it only happens in the homepage, could be something specific to it.
If you made any modifications to it prior to this happening, you could try and return to a previous revision for the page.
If that is not the case then this is caused by something else. Did you maybe recently enter a code in the theme panel (ad code, script etc)? temporarily remove all the code in the custom code sections and check again.
Or maybe code entered in the theme files directly, like in the header file, header templates or page template files.
Also check if the same happen if you deactivate all plugins except theme plugins.
Thanks
Hi,
Sorry was may mistake, that was a custom made shortcode, from a test version.
Please use list menu https://www.screencast.com/t/3jbilhcs ( it’s work better if you do not set sub menu in menu ), make some setts in general list https://www.screencast.com/t/IXEs7UZ8 and if you like the bottom border on hover just add this custom css in Newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/0dkxhQrPWA3
.menu-td-demo-footer-menu-container ul li:hover{
border-bottom: 2px solid #4db2ec;
}
.menu-td-demo-footer-menu-container ul li{
padding: 0 5px;
border-bottom: 2px solid transparent;
}
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Sorry was may mistake, that was a custom made shortcode, from a test version.
Please use list menu https://www.screencast.com/t/3jbilhcs ( it’s work better if you do not set sub menu in menu ), make some setts in general list https://www.screencast.com/t/IXEs7UZ8 and if you like the bottom border on hover just add this custom css in Newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/0dkxhQrPWA3
.menu-td-demo-footer-menu-container ul li:hover{
border-bottom: 2px solid #4db2ec;
}
.menu-td-demo-footer-menu-container ul li{
padding: 0 5px;
border-bottom: 2px solid transparent;
}
Sorry for the inconvenience.
Thank you for your understanding.
Hello
I want to close featured posts
but I’m getting css and java errors when I try
how can we solve this problem, I’m waiting for your help