- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello @iniatisg!
Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-theme-slider .td-slide-nav {
opacity: 1!important;
z-index: 1!important;}
Thank you!
Hello
The CSS file td_legacy_main.css is not minimyfied by default in Newspaper theme.
wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
Can you tell me why and how can i Minifying?
thank you
Hi,
I see, I think that will be better to set the button only on this code
div.td-search-icon
Then there should be no problems to use a css to hide the search button
.td-search-icon #td-header-search-button
Let us know the results!
Hello @balint!
Unfortunately, there is no CSS settings for inline ads in the single post templates. You can specify only where you can place the ad by specifying after how many paragraphs to display the ad.
Thank you!
Hello @pratiek!
Add this CSS code:
.tdb-mega-menu .sub-menu .tdb-menu-item-text{
height: 500px;
overflow-y: auto;}
Thank you!
Hi,
Sorry, I miss to say the css place. The code need to be set in the theme panel > custom code> custom css.
I hope this will help.
Thanks Calin. Where do I place this CSS code?
I’m trying to replicate this on my site
This is what i have so far http://membresias.wortevqa.com/seccion-template/
But I can’t seem to find a way to use position:absolute on the image, since it disappears if I do it through CSS, same happens if I use a negative margin. Is there a way to use position:absolute on the tagdiv composer?
Hello @balint!
You can try to adjust them with some CSS: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello @chauthong2!
Please check if there is applying this color from Newspaper -> Theme panel -> Theme colors -> General theme colors -> Theme accent color. If you use something custom from a plugin, it could be a plugin conflict with our theme. You can change the CSS there too: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Also, try to apply !important after every line like this for example: .class{background-color: red!important;}
And it should apply the correct CSS.
Thank you!
Good afternoon. The main page of our site began to display incorrectly. The columns are no longer displayed. Everything was fine for a few years and today it broke.
The page shows naked tag code instead of html. For example:
<em>[tdc_zone zone_shadow_shadow_offset_vertical="0" h_display=""][vc_row row_divider_bottom=""][vc_column width="1/3" tdc_css="eyJhbGwiOnsib3BhY2l0eSI6IjkwJSIsImRpc3BsYXkiOiIifX0="]</em>
We have a Newspace theme and tagDiv Composer Version 2.3. This is an old version (only it works stably with our plugins).
When we enter the wp-admin (administrative panel of the site) and then to the Pages section, we see that the page title no longer displays the ability to change the page using blocks (tagDiv Composer). This button is gone.
What happened? And what should we do?
Good afternoon. The main page of our site began to display incorrectly. The columns are no longer displayed. Everything was fine for a few years and today it broke.
The page shows bare tag code instead of html. For example:
[tdc_zone zone_shadow_shadow_offset_vertical="0" h_display=""][vc_row row_divider_bottom=""][vc_column width="1/3" tdc_css="eyJhbGwiOnsib3BhY2l0eSI6IjkwJSIsImRpc3BsYXkiOiIifX0="]
We have a Newspace theme and tagDiv Composer Version 2.3. This is an old version (only it works stably with our plugins).
When we enter the wp-admin (administrative panel of the site) and then to the Pages section, we see that the page title no longer displays the ability to change the page using blocks (tagDiv Composer). This button is gone.
What happened? And what should we do?
Hi,
It displays correctly on all categories and pages. Only on this custom category is the color and size displayed incorrectly (padding and background clolor when edited with tagDiv Composer ), although the spacing and placement of the buttons are correct. When I click the “edit with Tagdiv Composer” button on this custom category I get a blank page saying “No post_id received via GET”
This is the correct customization: https://imgur.com/EmWIxd4
Here is the CSS displayed on the custom category: https://imgur.com/yChp80r
Thank you!
Hello,
So this is the code to change the font-size, color, background -> https://i.imgur.com/QFv4QzO.png
.td-module-meta-info .td-editor-date .td-post-extra-category
{
font-size: 20px!important;
font-family: Ariel!important;
background-color: red;
color: #a2e3b4;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Thanks Anamaria
https://snipboard.io/IDE0x6.jpg
the class to be modified would be:td-post-extra-category
If I only wanted to modify the font color, how would be the code to add as custom css?
Tankssss!!
I am trying to remove the search button on the mobile theme plugin.
Do you have have some custom css / code for me to hide the button.
I tried to hide it with this css:
.td-icon-search {
color: #fff0 !important;;
height: 1px;
width: 1px;
;
}
But search menu still opens sometimes when you click on it.
I cant use display: none because then the other button I place there is also hidden.
See: https://somup.com/c3eiqMTvlD
I’m sorry to raise this again, but I have searched the forum and tried various settings and CSS without success to remove what I think is a comment count icon and number.

The example attached is for the category pages, but I have the same problem with a block 6 section on my home page.
Post views and comment count are both switched off in the post settings>posts and custom post types.
What will remove the unused feature?
Thanks
Hi Calin, it kinda worked but for some reason the font is too big (https://drive.google.com/file/d/180o1Mng9Ch-YM5p_JZOcKugvO_9nAEPb/view?usp=sharing)
See this one for comparison: (https://drive.google.com/file/d/1j_gFt97a0mi9KRlr4LLICEFboPAO5W8o/view?usp=sharing)
I’ve compared the code you sent with the one on Style.css just to make sure the values were the same, and they are alright. Then I tried to change some values (on the Custom CSS code you wrote above) but it didn’t took effect on the size of the this big dropcap, so I don’t know why the letter is so big when compared to the regular dropcap. For further explanation: the first picture with the “O” is with the custom css, and the one with the “K” is the regular.
Hi,
I am using cloud header template, when I add buttons to “top bar” section and edit it with tagDiv Composer all categories display properly but only “advert” (which is the custom category type of the wp-advert plugin) then the css of the buttons is not applied properly. How to fix it?
Thank you!
Dear Team,
I saw an error in the counter of the post.
This post is just posted and on g-analytics I dont’ see those numbers
This in an example https://www.intrieste.com/2022/03/07/news-coffee-time-07-march-2022/
The counter is near the comment, top right, I just use via stylecss the white color to not show it.
Can you help us?
Just an update: I just enabled the AJAX and USE LAST 24/48 HOURS & 7 DAYS POST SORTING & I’m using WP SUPER cache plugin
Thanks
Hi maxonline,
I understand. What I can suggest is to replace the background featured element(Single Post BG Featured Image) with “Single Post Featured Image” this element has more elements optimized and should provide better results. Also the code for rel=”preload” class=”tdb_single_featured_image img” as=”image” should work now, before (Single Post BG Featured Image) the image was set using css and not static html. Also you can try it using class=”entry-thumb”
I hope this will help you!
Hello,
Please go select the zone on the Header menu, go in the tab CSS and delete the Width and background color -> https://i.imgur.com/Bvv9eOU.jpg
Thank you!
Hello,
I hope you are doing well.
I have a problem with the mobile version of the website where the single post author and date don’t align. However, on the desktop version, it’s aligned perfectly.
The CSS margin settings are the same.
I’ve attached a picture below so you can see the differences between the desktop and mobile versions.
Desktop: https://imgur.com/a/2lpvEKL
Mobile: https://imgur.com/a/jq9gXt7
Is there any way to fix this?
Thank you!
Hello,
The style for Custom Label is inherited from the category.
So, if you want to change it you need to use a custom code CSS.
Thank you!