- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Is there a way to customize the headings in the posts in a way that they are automatically bold? I’ve tried to customize the CSS in the editor.php like that:
h2 {
font-size: 27px;
font-weight: bold;
line-height: 38px;
margin-top: 30px;
margin-bottom: 20px;
}
but there is no change, when I look at the posting. Can you please help me?
Thank you very much!
Greetings
Kathrin
Hi,
Maybe you can achieve this with a custom css like this one -> https://i.imgur.com/2UyhvNd.png
.td_block_trending_now {
direction: rtl;
}
.td-trending-now-wrapper .td-trending-now-nav-right {
position: relative;
right: 800px;
}
.td-trending-now-wrapper .td-trending-now-nav-left {
position: relative;
right: 860px;
}
The code need to be set in theme panel> custom code> custom css
Hope this will help you!
Thank you!
Hi,
So if you want to achieve the exact same elements as here -> https://i.imgur.com/3322f8i.jpg then you can use the tagDiv Composer on you page, add a new row -> https://i.imgur.com/D3pNw0K.png and set the layout in 3 -> https://i.imgur.com/nhWGgzS.png after that set the column content in the first employ column -> https://i.imgur.com/rxCFDdQ.png after that click on the element and set the title text, description, image… -> https://i.imgur.com/p3QwZEf.png after that in style tab -> https://i.imgur.com/5ZDrEf6.png an for the borders you need to check on css tab -> https://i.imgur.com/bsvZ4IQ.pngafter you done with the customization, you can save the element using the right click -> https://i.imgur.com/01E4NPA.png in this way you can reuse it when you want with tagDiv Composer. To set the element the the other empty columns use copy and paste -> https://i.imgur.com/v4BwgX8.png -> https://i.imgur.com/TqUEWrp.png after that only change the content url and images.
Hope this will help you better.
Thank you!
Hi,
Unfortunately I do not have access to your website -> https://i.imgur.com/CNNjGix.png
You can set the caption on featured images like this -> caption -> http://prntscr.com/p2mudb -> http://prntscr.com/p2mupt -> http://prntscr.com/p2muy5 -> http://prntscr.com/p2mv62-> http://prntscr.com/p2mudb -> http://prntscr.com/p2mupt -> http://prntscr.com/p2muy5 -> http://prntscr.com/p2mv62
In order to set the border you need to use a custom css like this one -> https://i.imgur.com/av6UoHh.png
The code need to be set in theme panel > custom code> custom css
body.td-animation-stack-type0 .post figure{
padding: 5px;
border: 1px solid gray;
}
.wp-caption-text, .wp-caption-dd {
margin-bottom: 4px
}
Thank you!
Dear Newspaper Staff,
I currently have the 9.6.1 version with:
ACTIVE
tagDiv Composer
tagDiv Social Counter
ACTIVATE
tagDiv Cloud Library
WPBakery Page Builder: version 5.6 (6.1 is the last one)
I don’t know if I need wpbakery page builder, anyway I don’t have the automatic update for this plugin.
I update from NewsP 9.6.1 to 10.3, after that I activate all the required plugins (included Stardard Pack) and I clean the website cache. After all this, the website changes a lot not in better.
strange code appears right below the title:
[tdc_zone type=”tdc_content”]
[td_block_trending_now css=”.vc_custom_1547535486730{margin-top: 10px !important;}”]
Pictures are lot bigger inside the posts and a lot smaller on the homepage.
The menu and all the submenus are taken away from the horizontal menu and put in a list mode.
here’s the screenshots (they redirects to the url: https://it.imgbb.com/)
https://ibb.co/gRKKVVX
https://ibb.co/5G666L6
https://ibb.co/f9nckN0
https://ibb.co/JqB1TcY
Please help, thank you
Unfortunately this method didn’t solved my problem because I have disabled Facebook like button, posts views counts and author box on desktop so I can’t see them in mobile view. But they are visible when page load on Mobile device.
I suggest you to add this feature to future update so we can customize Mobile theme from Theme Panel.
I tried to use css to solve the problem.
.author-box-wrap {
display: none;
}.td-module-meta-info .td-post-views {
display: none;
}
.td-post-sharing-classic {
display: none;
}
It solved the problem of posts view count and Facebook like button, It also solved the Author box problem but this css code hide Author box from all the pages, So Author box is hidden even from Author page. I want to display Author box on Author page and hidden only on single posts on mobile theme.
Hello,
I’m using the newspaper theme to develop an Arabic site which reads content from right to left. Most elements I can align right to make it right to left for Arabic, however the news ticker element doesn’t seem to have an option for this, I want to make it so the trending now box is on the right side of the screen and the arrows on the left. I’ve tried adding custom CSS for this but have had no success.
Thanks for the help!
Hi there guys :
How Is it possible to avoid links to categories and author’s page to appear on my pages ?
Even If I “Hide” them on the builder, those links still appear in the source code which is really complicated
to manage for SEO purposes.
1 – Look at https://www.holaparis.com/
2 – From this page as you can see there is no visible link to any category. Let’s say a category like https://www.holaparis.com/cat/museos-de-paris
3 – Look at the source and start typing /cat/ to look for categories links.
4 – You can see there’s a bunch of links pointing to categories (15)
5 – Problem is the same with author page /author/ page which is hidden on the frontpage but also appears on the source code.
5 – I’ve used blocks for creating this page where an option is offered to “hide” categories and author links.
The problem it seems to be a css style only and links are still there.
Any idea would be very welcome. Thanks a lot …
Hello !
This can be done using a CSS code. Please provide a link to your website in order to inspect and see what can be done.
Thank you !
Hi,
This can be done only with custom css, because the Gutenberg editor do not have an option for it -> https://github.com/WordPress/gutenberg/issues/4543
-> https://i.imgur.com/kUabS9J.png
.post .wp-block-button.td_btn_large .wp-block-button__link {
font-weight: 500;
}
.post .wp-block-button.td_btn_large a:hover{
background-color: #f2e85b!important;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thanks.
Thank you very much. I only have a doubt. In demo >https://demo.tagdiv.com/newspaper_history/ the subscribe module is in a position I can’t set under search/login module. I know the subscribe module are not good because are too big, but maybe I can control it by css. Is only the position, because search/login module is in a float row. How can I positioning a new one? Thank you very much for your help.
-
This reply was modified 6 years by
Sebastian Escobar. Reason: orthography
Hi,
Please try this custom css -> https://i.imgur.com/VsU2GGz.jpg
.td-trending-now-display-area .entry-title {
line-height: 20px;
}
The code need to be set in theme panel> Custom code> custom css.
Hope this will help!
Thanks.
Hi,
Please note that our support hours are from Monday – Friday: 8:00 AM – 17:00 PM GMT+2
If you want to change the color for h1, h2 … in amp you need to use a custom css, here is an example for h4 -> https://i.imgur.com/MRxjhrb.png -> https://i.imgur.com/k9wXkIG.png you you want the h to have the same color, you can add them like this -> https://i.imgur.com/DHnJ9wp.png for different colors you need to set it like this -> https://i.imgur.com/8n4UJrR.png
h1{
color: blue;
}
The code need o be set in Theme panel> Mobile theme> Custom code> css
Hope this will help!
Thank you!
Hi,
If the search is appearing on mobile version then you need to use a custom css to remove it, the code need to be set in theme panel> Custom code> Advance code>
.header-search-wrap{
display: none;
}
-> https://i.imgur.com/eer87KZ.png
If you are using the mobile theme, then you need to use this custom css
.td-search-icon{
display: none;
}
And need to be set in theme panel> mobile theme > code code > css -> https://i.imgur.com/KB0zvjf.png
Thank you!
Hi,
The http://placestravel.staging.wpengine.com/wp-content/uploads/2019/11/newsletter.jpg image is on your footer page, for this you need to go in Theme panel> Footer and edit the page -> https://imgur.com/lQSMGwo -> click on the row and check the css tab -> https://i.imgur.com/mxJokHA.jpg
Hope this will help you!
Thank you!
Hello !
You can use this CSS code : .td-scroll-up-visible {
display:none;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
I hope this was helpful !
Thank you !
I am trying both to deactivate W3 Total Cache and adding custom minification code in functions.php. but when we add this code only all images will be disable rather then when we remove code it will be show and code.
What is the solution how we can minify HTML, CSS and JS
Also, I send message through email to contact@tagdiv.com but no one replies till 2 days.
Hi,
These colors can be set only on flex blocks, like this -> https://i.imgur.com/Pyzsgtv.png on blocks this can be achieve only with custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this will help you!
Thank you!
Hi,
For this you can use a custom css to set the height
body{
margin-top: -30px;
}
The code need to be set in theme panel> custom code> custom css
If the code is not apply right, please provide me a link to your website to can create a better code.
Thank you!
Hi,
Unfortunately the color on the underline under the titles is set in the class set in theme panel -> https://i.imgur.com/S8oCGl1.png so in order to change it to another color you need to use a custom css to target that class, something like this -> https://i.imgur.com/mauzKEy.png
.td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after {
background-color: red;
}
.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after {
background-color: green;
}
The code need to be set in theme panel> custom code> custom css
Hope this will help you!
Thank you!
Hello!
Is it possible to use a logo that is not the desktop or mobile logo in the sticky menu on desktop?
I was trying to make it happen with CSS content and jQuery attr to no avail. Any insights would be appreciated.
1. I have header images for my pages. I am using tagdiv and I used the single image element. The image is set to cover, 100% width but there is still a thin white line around the image. Usually I can set the css border, margin, and padding to 0 and this will go away. I have gotten the top border to go away setting: element – css – border to 0. But right and left won’t work that way. I got the left border to go away setting: column – css – border to 0. The right border won’t go away.
2. Directly above the footer I want a bar that is full width that has no white space between the bar and the footer. In other themes I’ve been able to do this by setting the padding to 0, but no matter what I try I can’t seem to get it to go away.
thanks for reply,
But I am already used w3total cache for minification. I have tried both with or without plugin minify the HTML and CSS but when we activate images will be disabled and when we remove or deactivate plugin it will display images on site.
Thanks for the reply – i want no padding/spacing (limited white space) between the header and next block item.
I tried multiple efforts in tagDiv Composer – as currently there is no spacing i.e. [-] [-] [-].


I can’t add your own css code