Hi,
Please try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-mobile-content .td-mobile-main-menu{
padding-bottom:50px;
}
Thank you!
In Google Pagespeed Console I get the following critical warning:
Make sure that the text remains visible during web fonts loading.
You can make use of the CSS function “font-display” to make sure that the text is visible to users while web fonts are being loaded. Learn more.
How can I fix this within Newspaper Theme AMP?
Hi,
Please try this custom css code to fix these problems -> https://www.screencast.com/t/2f1a6mtV
.alignwide {
width: calc(100% + 200px);
margin-left: -200px;
max-width: 100vw;
}
You need to set the code in theme panel>Custom code>Custom css
Thank you!
Hello Team
First of all I would like to thank all of you for creating such a beautiful and premium theme and your dedicated time and efforts, keep up the GOLD work guys ?.
I am using newspaper fastnews theme Ver 9.7.2 with custom header ( dance header : template 36) and I don’t use child-theme for now.
I really like the sign in / join modal you created guys but I would like to make some modifications (short code for social media login and css ), I tried but it seems it`s not responding to any, even for smallest change.
please advise,
Have a beautiful day.
Hello !
You can add this code to your custom css field here and is will work: https://www.screencast.com/t/IwqATIRo
.woocommerce ul.products li.product .woocommerce-loop-product__title {
background: transparent;
color: black;
}
Thank you !
Hi Catalin, thanks so much for the response!
I entered the provided code into the Custom CSS section of the theme panel, but sadly it didn’t work and the underlines are still yellow. I tried entering the code exactly as provided, as well as all on one line. Please see enclosed image for the error codes returned from each configuration. Any further advice?

Hi Vlad,
I checked the Zone Specific Parameters and for all 4 viewports is already was on Default. So I tried the custom css your provided and it works perfectly.
Thanks!
Hi,
Please try this custom css
.td-header-background-image .td-container-wrap {
background-color: #fff;
}
Set the code in theme panel>Custom code>Custom css , this should solved the problem!
-> https://www.screencast.com/t/Xqj605JIPJ
Thank you!
Hi Azulita,
Take your custom CSS code and place it in Theme panel -> Custom CSS area.
Thank you!
Hello !
It seems that your menu overlays the text. Try editing the overlay option using the tagDiv Composer like here: https://www.screencast.com/t/fBqqpghib and set it to default.
If the problem persists you can paste this code in your css editor and it should be working: body .td-header-mobile-wrap {
position: relative;
}
Thank you !
Hello !
It seems that your menu overlays the text. Try editing the overlay option using the tagDiv Composer like here: https://www.screencast.com/t/fBqqpghib and set it to default.
If the problem persists you can paste this code in your css editor and it should be working: body .td-header-mobile-wrap {
position: relative;
}
Thank you !
Hi,
You need to use the code below and place it in Theme panel -> Custom CSS area.
.entry-title {
font-weight: 400!important;
}
Thank you!
Hi,
The links in the category tags will always link to the category pages. They can’t lead to custom URLs, unless maybe if the links to the category pages are redirected, but that will affect all the links not just the ones in the tags.
If you want to keep displaying them, but have them not lead anywhere, you could use some CSS, for example something like this should work
.td_module_wrap .td-post-category {
pointer-events: none;
}
Other than this, maybe if you redirect the category pages to a custom URL, but that will affect all links to them (not just the links in the tags)
– https://wordpress.stackexchange.com/questions/8665/how-to-301-redirect-category-to-customname
Thanks
Hi,
The font has to be loaded first, or it will not work. If the font is not used anywhere in the page or website it will not be loaded, so applying it with CSS won’t work.
You could either download and load it in the theme panel custom fonts section, if this is possible to do, and then apply it with CSS
– https://forum.tagdiv.com/font-customization/
Or load it for an element in the theme panel font settings. Then it should work.
Thanks
Hi,
This is a customization which comes with that demo. If you want to change the color of it you need to do it with such a custom CSS code. Try the code below and place it in Theme panel -> Custom CSS area.
.td-newsmag-magazine .block-title>a:after, .td-newsmag-magazine .block-title>span:after {
background-color: green!important;
}
The result is here -> https://www.screencast.com/t/ouDA3loE
Thank you!
Hi,
This issue you are having is quite unusual. While the theme font is loading and working
– http://prntscr.com/nkyi14
There are also another couple of attempts to load the font from a location which should not exist – http://prntscr.com/nkyimn seems to look for them in a css folder
– https://www.interestinganswers.com/css/images/icons/newspaper.woff?14 and this provides a 404.
From what I can see these calls originate from here – http://prntscr.com/nkymf2 from a rocket critical CSS, don’t know exactly what that is. Could be the cloudflare rocket loader, try disabling it and then clear all caches and check again
– https://documentation.deadlinefunnel.com/article/511-how-to-disable-cloudflare-rocket-loader
Thanks
Hi,
I’m glad that you solved the problem!
2. The problem with siblings will be fix in coming update, and will be no need to use custom css to make it to look normal.
Thank you!
In the custom CSS seems it’s not working, in the child theme it is. You could install the child theme and activate it, then enter the code from above in it. For me it works with this method.
The child theme is provided in the theme package – http://prntscr.com/nkxtck in the code folder. If you want to install it by wordpress you must zip it first, then install and activate it – http://prntscr.com/nkxtsr After this enter the code in it’s stylesheet
– http://prntscr.com/nkxu4b
I have tested this again on my end, seems to work like this.
Hi,
You can use the Header manager to customize the menu -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
If there is still a problem, please provide me a link were I can the header, in this way I will be able to provide a better answer or a custom css.
Thank you!
Hi,
Please check our documentation for how to create custom code with the browser’s Inspector or the Live CSS Box -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
If you need help with this, let me know, also provide a link were I can inspect these forms.
Thank you!
Hello !
In order to have the same menu there is no css needed. All you need is to use a cloud template called Header Template 10.
Find out more about how to import a cloud template and how to edit one from here: https://tagdiv.com/what-is-the-cloud-library/ ; https://tagdiv.com/newspaper-theme-customize-the-header-manager/
Also you can make only your header full width using this option in the Theme Panel: https://www.screencast.com/t/45Evgmiw
Thank you !
Hi,
Please try this custom css
.pswp {
z-index: 9999;
}
-> https://www.screencast.com/t/cIVspP2sJcCY
Set the code in Newspaper>Theme panel>Custom code>Custom css
Hope this will help!
Thanks.
I created a custom header and everything works fine, accept for on mobile (portrait mode). For some reason all the content of a post/page snaps to the top under the header when on mobile (portrait mode). On the link below you can see what I mean.
https://vimeo.com/user33093694/review/334304796/5c2d5c9615
Changing the row’s margin doesn’t have any effect on the post’s content. It looks like the menu becomes an overlay header with the content of the page/post simply “snapping” to the top of the browser. Also when I make the header much larger as a test, the content stays in the same location (snapped to the top) and the bigger header simply hides more of the page/post. First I thought maybe it was because I hid the breadcrumbs of the post with custom css, but the problem persists and is exactly the same even when I remove that custom css.
It’s just my custom header with this problem, the header templates in the Theme Panel work fine.
Any ideas on how to solve this?
Thanks!
Hello, thank you but i don’t know how to use the css method, i used to edit the theme file
The css you gave me did the trick. It was part of the sidebar so I didn’t make it with tagDiv Composer.