- 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,
You can use this css code to change the color for the footer social icons:
.footer-social-wrap .td-icon-font{
color:red;
}
I hope this helps.
Thanks.
Hello mystudent,
If you want to remove that gradient, you have to use a bit of CSS. Please try the code below.
Tha code is ->
.td-header-gradient:before {
display:none;
}
Thank you for the message!
Hi,
You can use this css to do it:
.td-header-style-1 .td-header-menu-wrap-full{
height: 30px!important;
}
.td-header-style-1 #td-header-menu{
min-height:30px!important;
}
.td-header-style-1 .sf-menu > li > a{
line-height:30px!important;
}
Thanks.
Hello,
It depends on how you want to go about this. If you simply want to hide it with css you can use this code:
.home .td-a-rec-id-header{
display:none!important
}
This code will work if your ad is not adsense.
If the ad is adsense, you need to use this code:
.home .td-g-rec-id-header{
display:none!important
}
If you want to remove the ad from the code, then you need to follow this topic to see how a condition can be used to remove an ad on a specific page: https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/
I hope this helps.
Thank you!
Hello denniz6,
Unfortunately, our theme does not have such an option to add more sections to user registration form but only trough code. If you want to add some of these, you have to alter the top-menu.php core file in that section, like this -> http://screencast.com/t/tZhOuRYt Please notice that is not a simple task and you need some knowledge about PHP/HTML/CSS. If you are not aware of the steps in this regard, please consider hiring a freelancer or developer to do this for you or try to find some plugins with this functionality, because we cannot provide custom services at the moment, sorry!
Thank you for the message!
Hello Amy,
You need to use this link and create your button and get the code: https://www.stumbleupon.com/dt/badges/create
Then you need to place the code in this file: http://screencast.com/t/b2SBp2UQg
Then you can use this css to position it properly:
.td-default-sharing iframe{
position:relative;
left:8px;
top:2px;
}
I hope this helps.
Thanks.
Hello Vaniquest,
Unfortunately, our theme does not have such an option to enable/disable these kinds of borders/separators. You have to add it manually with CSS code. For example, if you want to add some of these into your footer section, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-footer-wrapper .td_block_wrap {
border-right: 3px solid red;
padding-right: 10px;
}
The result you should see here -> http://screencast.com/t/yxuDLGalp7xc
The similar layout as you wish is our Newsmag theme that looks like this -> http://screencast.com/t/GlJVCQncwO
Please notice that achieving this layout is not a simple task and is require custom work. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for the message!
Hi
a) Try this css in theme panel > custom code > custom css: http://screencast.com/t/ur0z9vEA3V
.td_block_wrap .td-post-date{
display: none!important;
}
b) Add this parameters j F Y in custom date format field here: http://screencast.com/t/yKWhiVnnD – http://screencast.com/t/wBrwtLaWPeb
Thanks!
Hi, i’m trying to use speedboost to fix render blocking issues,
using your code to put in functions.php this is what I got:
registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
wpseo-admin-global-script | http://blogvoyage.io/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global-302.min.js
td_wp_admin | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
wpseo-wp-dashboard | http://blogvoyage.io/wp-content/plugins/wordpress-seo/css/dashboard-305.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://blogvoyage.io/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
and pagespeed insights…

Notice that those js/css in pagespeed insights does not appear in registered scripts.
Can you guide me on how to fix this?
Hello,
I’m working on a staging site trying to rework my footer. I’d like to use something like style 5, but the first thing I am trying to figure out is if I can change the color of the social icons. The normal state is white while the hover state is fine with me. Is it css or a change of an image that will allow to change the color?
Thanks
Kris
P.S. Here is the site url: http://vbjusa.staging.wpengine.com/
I tried with CSS in visual composer in the page but didn’t work :/
Hi
To increase the font size for reviews description use this css in theme panel > custom code > custom css: http://screencast.com/t/gKTpln0Yj
.td-review-summary-content{
font-size: 15px;
}
The font size value can be changed as you want.
I am not sure at what smart-list are you referring so please provide a link where I can inspect this closer so I can get back to you with a solution.
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/nBGi6zdFKKcC
.td_normal_slide .td-image-gradient:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
height: 70%;
}
Thanks!
Hi
I’ve checked both of your pages and noticed that the theme use the full image in thumbs, not actually the thumb cropped at the specific value: http://screencast.com/t/Ye6GO99Grd In this situation the image it’s scaled down by css and because of aspect ration it’s not displayed fine.
Try to regenerate your thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ clear all caches and test again. Like this thumbs should be regenerated for all images and also should be displayed fine in blocks.
Let me know how it goes.
Thanks!
Hi,
Unfortunately the js error is still there. I suspect the minification. Please only use cloudflare to minify your js and css otherwise errors such as this could occur. https://forum.tagdiv.com/cloudflare-cdn/
Also you should switch from w3 total cache to wp super cache as this is the recommended plugin.
Thanks.
Hello,
You can use this css to remove it:
.td-comments-title-wrap {
display:none!important;
}
.td_block_related_posts{
padding-bottom:0px!important;
}
.td_block_wrap .td-next-prev-wrap, .td_block_wrap .td-load-more-wrap{
margin-bottom:0!important;
}
I also removed the extra space by reducing margins and paddings.
I hope this helps.
Thanks.
Hello Sayeed,
I suppose that you are referring to the title underlined for each post title. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.post header .entry-title {
text-decoration: underline;
}
The result you should see here -> http://screencast.com/t/F1x9ltftc
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello bhadrabalaram,
For an accurate response, you will provide me your link so I can inspect it closer. For example, please try the code below and add it in Theme panel->Cusotm CSS area.
The code is ->
.td-header-style-3 .td-header-header {
margin-left: 0px;
}
.td-header-style-3 .td-header-sp-logo {
padding-left:0px;
margin-left: 0px;
}
.td-header-style-3 .td-header-sp-logo a img {
margin-left: 0px;
}
The result -> http://screencast.com/t/4JcyKBDFEzDt and other example is here -> http://screencast.com/t/In0djext7v
Also, here depends on what kind of image you are using as the logo because it is possible to have some white space in the image and that you cannot align to the left.
Thank you for the message!
Hello,
In order to use a bigger logo we recommend using a full logo header and using a bigger image. This is the safest way to do it.
Alternativerly, you can use css to enlarge your logo on your header style:
@media(min-width:1141px){
.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo{
margin-bottom:0!important;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
height: 120px!important;
margin:0!important;
}
.td-header-style-1 .td-header-sp-logo img{
width:335px!important;
max-height:150px!important;
}
}
Thanks.
Hi
Try this css in theme panel > > custom code > custom css: http://screencast.com/t/oe1tYnH6
.td-header-style-1 .td-header-sp-logo{
height: 140px;
}
Thanks!
Hello mystudent,
Please try the code below and place it in Theme panel->Custom CSS area.
.td-header-menu-wrap {
border-bottom: 1px solid #f5f5f5;
border-top: 1px solid #f5f5f5;
}
The result -> http://screencast.com/t/1EISyOGAm3LI
Thank you for the message!
Hi,
You need to add an extra class on the row for this modification so you can target just the one block:
http://screencast.com/t/2fOvhhbRg
And then use this css to move the big module to the right:
.mycustomclass .td_block_big_grid_1 .td-big-grid-post{
float:right!important;
}
result: http://screencast.com/t/FYPB9YZU4Kz
Thanks.
Hello jasontermechi,
If you want to change the tab color for the related articles/more from author and comments, you have to use a bit of CSS code to do it. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-ss-main-content .block-title>span, .block-title>a, .block-title>label, .widgettitle, .widgettitle:after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a, .td-related-title .td-cur-simple-item, .woocommerce .product .products h2, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more, .td-weather-information:before, .td-weather-week:before {
background-color: red!important;
}
The result you should see here -> http://screencast.com/t/KALdKSwbaR
Hope this helps!
Thank you for the message!
Hello Dhananjay,
I suppose that you are referring to the size of the placeholder from post template 8 feature and the size you can find in this image -> http://screencast.com/t/bhkR8znPrwlZ As you can see, this kind of template uses as the feature image from the background image. You can add in this placeholder the desired image using background-image option code.
If you want to add an image for that placeholder from style 8, you have to use a bit of CSS to add the background image to fit the image inside the box. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-post-header-holder{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 570px;
}
}
The result you should see here -> http://screencast.com/t/do35lAR4S
If is not what you mean, please provide more details about your desired changes.
Thank you for the message!
Hi
This is a complex task which require many css customizations and also a bit of javascript. Tasks like this falls beyond the support can offer you and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer speed customization services at the moment.
Thanks!