There is no theme setting for that specifically. It could only be done through CSS code. Remove that code and try this one for example
.td-module-thumb, .td-module-thumb img, .td-big-grid-post {
border-radius: 10px!important;
}

hi, i want to change buttons color. ttps://wp.me/P5FCRd-cBX
i want to make them black background button and white fonts.
but it comes with tabindex simbols. i need to get help. please
Yes and no:
Yes, there was an enty in the child css,
but no, after removal the Xing Icon still not appears at least in IE and FF. I only see it in chrome
Hello pasqualino77,
Please remove all of the untested plugins (WP Total Cache which is very problematic), remove your code from Custom CSS area, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page.
Thanks for your understanding!
Hello vinmigliore,
Please provide your website URL so I can take a close look at it. Also, if you want to target a specific block from TD Composer you should add a new custom class from TD Composer for that block and then when you create the custom CSS you should use that class.
Thanks for the message!
Hello,
It seems the theme is not grabbing the proper css code for the element. Please clear all caching from your cache plugin, cdn server or hosting side cache.
Also test this withot any plugins. Disable all of theme except the tagdiv composer and test again.
Let us know if you still have this issue afterwards.
Thanks.
Hello,
You can hide the sidebar on posts by adding this css to the theme panel-> custom code section:
@media(max-width:767px){
.post .td-main-sidebar{
display:none!important;;
}
}
Thank you!
Hello,
You could use a bit of CSS code in order to achieve this. Use the code below and place it in Theme panel -> Custom CSS area.
.td-module-title{
border-bottom:2px solid black;
}
Thanks for your understanding!
Hello,
The top menu cannot show on mobile devices. It was never designed to. You can place it at the top in the mobile version as well if needed. You can try this css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height:30px;
}
#menu-secondary-navi-menu{
text-align:center;
}
}
Thank you!
That is a category page, sub-categories will be displayed on a category page
– https://demo.tagdiv.com/newspaper/category/tagdiv-fashion/
One way of not displaying specific categories on a category page is to hide theme with this option
– https://www.screencast.com/t/JaWZC1da
Or you could remove them with CSS for mobile theme only, with such a code in Theme panel->Mobile theme->Custom CSS
.category .td-category-siblings {
display: none;
}
Sorry – have you modified the width of the block? Block 14 normally isn’t that wide and the thumbnail width looks normal for its default width. You would need to “stretch” the featured image with CSS as well or force the block to use different size thumbnails, but you’d have to mess with the theme for that.
Block 14 uses 356×220 thumbnails.
I wanted to round the corners of all the blocks and grids of the site. I don’t know if I can do this with Theme Options, but I found a custom CSS code in the forum:
.td-module-thumb .entry-thumb{
border-radius:10px!important;
}
The results are these:
https://imgur.com/a/NvL3K
As you can see, the code works but there’s a grey color in the corner. How can I solve this?
(And, can I round a specific block with TD Composer?)
Hi,
That could be done with some CSS code. The tags have a default padding, that could be enlarged if you want to, like this where it is doubled
– https://www.screencast.com/t/nFwxOhSlyAXg
.td-post-category {
padding: 6px 12px 8px;
}
There is also a setting for the font of the tags in the theme panel, if you want to change the font or font properties (default font size is 10px)
– https://www.screencast.com/t/wYyt5ixnk0j
That code will affect all the category tags, it could be made more precise if needed.
The browser inspector is a very powerful tool and very helpful in this kind of situations
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
I have the last version and i saw a little glitch inside Theme. Using “lifestyle mag”
.td_block_template_8 .td-block-title>*:before, .td_block_template_8 .td-block-title>*:after {
content: '';
display: block;
height: 4px;
position: absolute;
top: 50%;
margin-top: -2px;
<strong>width: 2e3px;</strong>
background-color: #f5f5f5;
}
Ok,
I think I’ve come up with a simple div class to replace the 2 column VC_ROW shortcode.
The CSS
/* VC_ROW REPLACE */
.section {clear: both; padding: 0px; margin: 0px;}
.vcrow { display: block; float:left; margin: 1% 0 1% 1.6%;}
.vcrow:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.twocols { width: 49.2%;}
@media only screen and (max-width: 480px) {
.vcrow{ margin: 1% 0 1% 0%;}
}
@media only screen and (max-width: 480px) {
.twocols { width: 100%; }
}
The HTML
<div class="section group">
<div class="vcrow twocols"> CONTENT </div>
<div class="vcrow twocols"> CONTENT </div>
</div>
-
This reply was modified 8 years by
GadgetViper.
I am trying to get my posts to look more like the posts in this image.

I have gotten somewhat close, but I still need to add the divider ____ and also move the date down.

I appreciate any help. Here is my current CSS
/* Add Catagories Home Page Titles */
.home .td_module_4 .td-post-category {
position: relative!important;
background-color: transparent;
margin-right: 0;
padding-left: 0;
padding-right: 0;
text-transform: uppercase;
letter-spacing: 2px;
color: #c8a174;
margin-bottom: 2px;
font-size: 11px;
text-align:center;
font-weight:normal;
}
/* Centered Titles */
.td_module_4 .td-module-title,
.td_module_4 .td-module-meta-info{
text-align: center;
letter-spacing: 2px;
}
Thanks!
Thank you Bogodan, I removed the social/weather and fixed the rest with the CSS. I see that this secondary menu don’t show on mobile. We do not use the seperate mobile theme. How do we display the secondary menu on mobile using the standard theme on mobile too?
All of my posts have the [vc_row] shortcode to create a 50/50 split. Even though I had VC disabled for posts, I manually used the shortcode which I’m guessing means I sort of did use it, even though it was not active on the backend.
After I updated to 8.7 everything worked except for these areas of the post. When I changed the span6 CSS in my child theme from 50% width to 34% it restored the appearance. I’ve since deactivated VC and I’m now using TagDiv composer on pages which I think is absolutely awesome.
I think what I need to do now is find a suitable solution to replace the VC shortcode on posts so that I can restore the span6 style back to 50%.
I’m not sure where else this span6 style is used, but the site seems to appear ok with it set to 34%
Maybe I can use .CSS to create 2 floating div’s that have min-widths to cause them to fall beneath one another when viewed on a mobile.
Hi Catalin, thank you for your respond, the code works but not that good, on iphone shows a little black line on the top, and on android every time the post opens, I can see the header for half second and then desapears … Is there anyway I can completely disable or delete from the theme son there is no css code involve? Thank you
That design is one of the characteristics of that post template. Without using a featured image it will not look properly. You could use a different post template instead
– https://forum.tagdiv.com/post-templates-2/
If you really want to use style 4 and remove that extra space
– https://www.screencast.com/t/zTTb7ckpLbK
Use a code like this in Theme panel->Custom CSS
– https://www.screencast.com/t/MeBzkwuzlK9
.td-post-template-4 .td-image-gradient:before {
display: none;
}
next question.
Does color replacement using style.css will works (then I will upload it using FTP) without having to change it again using theme panel?
Thanks.
Hi, I am using Newspaper wp theme, can someone explain me how to display category name on post featured image? I use this code <div class=”category-1″>
<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ‘ ‘; } ?>
</div>
but I show category of post only in single post, dont show on Home Pafe who is create with page builder. Where I can put this peace of code to show category name on post featured image and then to stilize in css?
Like on img in link below…
Hello,
Please add this code to your theme panel-? custom css box:
.td-post-featured-image{
margin-left: Auto;
margin-right: auto;
display: table;
}
Thank you!
Hi,
That would be how the CSS rules apply, it works in cascade. First the default color is loaded, then the custom color is. It also depends on the website loading speed, if it loads slower the flash would be visible. A solution for this problem wold be to remove the initial default color set as background for the menu, from the theme stylesheet
– https://www.screencast.com/t/Cy7kSQqGSq
Then the color you set will be the first one to load.
Thanks
Hello,
In order to remove the extra spacing, you cna use this custom css:
.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p{
margin-bottom:21px;
}
Thank you!