- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello MayankParmar,
You can do this from the code if you will use some custom CSS code. Your custom code should have to begin with .home the class which target your front page (homepage).
Thanks for your understanding!
Catalin,
Is it possible to respond to your previous message with a private reply? I would like to give you admin access in order to review the CSS code. The website is not live, but we are building it while there is a ‘maintenance mode’ page.
Hello,
1 – you cannot remove the space as it comes directly from the image: https://www.screencast.com/t/yd4txL1nRbam
2 – You can hide the title by adding this custom css in your theme panel-> custom code section:
.wc-tabs{
display:none;
}
3 – You can use this css code to align these elements to the center:
.woocommerce-loop-product__title{
text-align:center;
}
.woocommerce ul.products li.product .button{
margin-left:auto;
margin-right:auto;
display:table;
}
Thanks.
Hi Catalin, Thank you….
Hi Brenbrinkman, I move the cursor on social counter then right clicked the mouse then clicked Inspect then I got the html element with the style. Then i write my own property in Newspaper-Child’s style.css.
Here:
.td-social-style7 .td_social_type .td-social-box {
background: #f30f0f;
}
Best Regards
Hello Cuddlepill,
If you will check your post content you will see that you can adjust it via such a custom CSS code -> https://www.screencast.com/t/prgoMdqGq I do not what exactly you want to achieve but please notice that all of the additional change should have to be done from the code by yourself be cause we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello MCDS,
Sorry but please notice that our theme does not have any such an option for RSS widget. If you want to make some changes to the widgets, you should simply target the classes via such a custom CSS code. Try to use the inspector browser according to the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello adamuiowa,
Try to hide the Comment word with such custom CSS code.
Hope this helps!
Thanks.
Hi everybody, i’m trying to change the typography of the menu, without success.
What i’ve tried (in the mobile folder) :
– add in the file header.php
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,800" rel="stylesheet">
– add in the file style.css
.td-mobile-content .fa {
margin-right: 10px;
min-width: 22px !important;
display: inline-block;
font-size: 18px;
text-align: center;
position: relative;
top: -1px;
font-family: 'Montserrat';
}
But it did not work. Have i done something wrong ?
Any quick modification of css to not have to disassemble the web? Thank you
Hello Rohit,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Search Console has identified that your site is affected by 1 new Accelerated Mobile Pages related issue.
New issue found:
The text inside tag ‘style amp-custom’ contains ‘CSS !important’, which is disallowed.
What should I do to remove this error
Hello hellonikoloz,
If you want to customize your mobile mode you should do it yourself or you can try the mobile theme.
If you want to display the top bar menu on the mobile devices, you should use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks for your understanding!
Hello sanotes,
3)try to use the code below and place it in Theme panel -> Custom CSS area.
.td-read-more a{
background-color:red;
}
4)This -> https://www.dropbox.com/s/5ynnv1a9624ysp9/blockquote-settings.jpg should work as expected. Clear all the caches and check the results regarding on blockquotes.
Thanks.
Hello pozitron21s,
If you want to edit the Next and Back buttons you should do it through such a custom CSS code. If is not what you mean, provide more details.
Thanks.
Hello mvonplato,
Ensure that your custom font has been correctly imported. If the font has been used on your website and then if you will use it via CSS you should receive good results. Provide your website URL and your code so I can check it.
Thanks for your understanding!
Hi. I have been making some custom modifications to the mobile theme and I would like to ask some questions:
1. How to enable ajax live search?
2. How to switch the smart list style from style one to style 2 and retain the css look of style 2? I tried to change the code in td_smart_list_mob_2,php by replacing it with td smart style 2 but it is bot showing up as it should (not sure if it is the css for the former).
Is it possible add to copyright subfooter option to add current year or start year or support for sortcodes?
Like on screenshot

But idea is, I will add the start year and if current year not same show startYear – currentYear
<?php
/**
* Automatic copyright year
*
* @link https://css-tricks.com/snippets/php/automatic-copyright-year/
*/
function autoCopyrightYear($year = 'auto') {
if(intval($year) == 'auto'){ $year = date('Y'); }
if(intval($year) == date('Y')){ echo intval($year); }
if(intval($year) < date('Y')){ echo intval($year) . ' - ' . date('Y'); }
if(intval($year) > date('Y')){ echo date('Y'); }
}
Catalin,
Thanks for your help.
I have tried to insert the CSS code, but have not seen any changes. I am using a custom font (Glacial Indifference Bold) that I have uploaded into the theme panel. Will this cause any issues?
I have tried to insert the CSS code with other fonts as well, but still not noticing any changes after refreshing the page and clearing the cache.
Thoughts?
Thanks
Hi, thanks for the reply.
I changed that css but it still not working. please see the screenshot – https://ibb.co/bEwrZx
help please
Thanks!
Hello shinobu,
You should use a bit of CSS code and place it in Theme panel -> Custom CSS area.
The code is ->
.widget_categories select {
color:red;
}
The result is here -> https://www.screencast.com/t/oHQSBeIf
Thanks.
Hello blukid,
Here is talking about some text property in CSS. If you want to achieve something like this for your text content, you should use a bit of CSS code. Let’s start reading from here -> https://www.w3schools.com/css/css_text.asp some HTML rules.
Thanks for your understanding!
For the mobile theme in the grid displays the last few posts, after the same posts are displayed in the last records. How to make a filter on them?
find a solution. It was necessary to create a category of Featured.
The question is still relevant
A smaller indentation at the bottom of the blocks can be adjusted in the themes panel, if it is a block. And if you use a sidebar, there is no CSS style in the panel
Hello,
The fitness demo has the orange color hardcoded. You will have to change it from the demo style.css: https://www.screencast.com/t/iZq0rGUl
Thank you!
A smaller indentation at the bottom of the blocks can be adjusted in the themes panel, if it is a block. And if you use a sidebar, there is no CSS style in the panel
Меньший отступ снизу блоков можно поправить в панели темы, если это блок. А если использовать сайдбар, то стиля CSS в панели нет
Hi
Is it possible to set the title of a category to the same style as one does on the front page, in our case block header 9 ?
At the moment it somehow is styled as block header style 6.
http://v2.enola.be/category/muziek/
Or does this have to be done in css ?