Hi,
The link behind the xxx did not work. I have checked your site but could not find the front-2 class anywhere on the page you provided. Maybe that is why the css does not work as you us a different class for your button.
You can use the browser inspector to get the class of the button you wish to style and change it in the css from front-2 to the class of the button. You can follow this tutorial on how to use the browser inspector: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello cooolvita,
If you want to get rid of that white space, you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-crumb-container{
display:none!important;
}
.td-post-title {
display:none;
}
.td-module-meta-info {
display:none!important;
}
.td-post-content .wpb_text_column{
display:none;
}
The results you should see here -> http://screencast.com/t/vlpPbbXS7S3A
Also, if you want that the code below to be applied only for your mobile devices, you will have to use the following code with @media attribute –>>
@media (max-width:767px){
.td-crumb-container{
display:none!important;
}
.td-post-title {
display:none;
}
.td-module-meta-info {
display:none!important;
}
.td-post-content .wpb_text_column{
display:none;
}
}
So, please notice that your second request regarding no reducing the height for the Block 14 thumbs size involves custom work and this type of service is not covered by our support. Please notice that you can control the posts which will be displayed for your Block 14 from the Block Settings panel, like this -> http://screencast.com/t/2l4lU8fi91 and the results you should see here -> http://screencast.com/t/yTw1CkBwFw7x
For more information about our Blocks, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thanks for your understanding!
Hello Navito,
Please notice that this website is very well customized by it’s owner and requires to spend a bit of time until you will bring this layout. Also, please notice that this website has the similar layout with our travel demo layout and if you want to bring this, please try to follow the below tutorial in this regard ->
This is the simplest solution of recreating the travel demo homepage on another demo. This cannot be done without the custom classes used by the travel demo.
Please follow these simple steps to recreate the travel demo homepage with another (or no) demo installed:
1)This is the ‘shortcode’ of the page layout. You can simply paste it inside to your page editor in classic mode and text mode: http://screencast.com/t/SUt9ItUc the code: http://pastebin.com/RAA6DkWp
2)The background image will not be found so you will need to add your own image in the row setting: http://screencast.com/t/yB2Bh0rbo
3)Please add this class: td-travel to the body of the website like so: http://screencast.com/t/fOt9sfquQtVy
This will be the result: http://screencast.com/t/vlZG4G8m1Xpy
4)In the final step, you will have to copy/paste the custom CSS for this demo travel from the core file, like this -> http://screencast.com/t/oQurpGTnM
Also, please notice that if you want to add the banner which looks like as Travel demo, you will have to use Visual Composer ->Stretch Row for the image, like this -> http://screencast.com/t/BKSJkm1Zxetc -> http://screencast.com/t/3RTst4tfRW
Hope this helps!
Thanks for your understanding!
Hello Edward,
Please notice that if you are using more items for your top-bar menu, the social icons will fall to the second line. To fix this case, please try to use a bit of CSS code and place it in Theme panel->Custom CSS area.
The code is ->
.top-header-menu li a {
margin-right: 15px;
}
The result -> http://screencast.com/t/E6EkmWB2
Thanks.
Hi there,
On my last topic here : https://forum.tagdiv.com/topic/a-few-modifications-in-social-counter/#post-115106 Andrei solved the problem by adding a few custom CSS, and I was wondering if it was possible to do it again.
On this page : http://www.emprunter-malin.com/le-guide/, you will see that I have set a page list with Virtual Composer from WP bakery. However all listings include author name and date, which is not good for a page, as you can see here http://www.screencast.com/t/lPi4bijm4hNX.
Is there a way to remove author’s name and page creation date with a custom CSS ? Please note that author’s name and date MUST STAY ON POSTS (essential for serp).
Thanks in advanced !
Hi
Try this css in theme panel > custom code > custom css as a temporary solution: http://screencast.com/t/f14t4rbDEG
#td-outer-wrap{
min-height: 800px;
}
Thanks!
Hello akashpandit,
Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
So, if you want to create your own front page with only videos, you will have to use the Player element from Visual Composer, like this -> http://screencast.com/t/WL0TiUuNJeJ and the results you should see here -> http://screencast.com/t/9hYZPfNzG Also, if you want you can use and this element -> http://screencast.com/t/dGATtApC7ut
Thank you for your understanding!
Sorry I won’t use any inline css as the Newspaper theme is providing all the features and styles which I need, almost all of them are like that. Also I would like to clearly mention that I won’t use any plugins other than what Newspaper provide. I am not saying that we need a support or anything like that. I just only requested and mentioned the latest trends to achieve more downloads to the best news theme. As News is initially considered by Google for AMP in Rich Cards format, so there is a vast chance to help the theme developers to generate more leads. Right now what i am seeing is that those who correctly fixed AMP is not even interested to share the methods, just to reduce competition with them. 😉 That’s why i shared here the videos and some links! Hope it will be helpful for someone.
Have a great day 🙂
Hello acluk,
Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/ivKCZykpn
.td_block_social_counter .td_social_info{
display: none;
}
Thanks!
I try change in theme panel but not change…
After update v 7 theme panel does not work.all changes that have been saved in theme panel has not changed at all . costume css code after the save setting no effect change at all . I also tried to change the header style and background mobile menu also has not changed at all .
Hi,
I have not tested this on the mobile theme so the css most likely needs to be changed. Please provide a link to your site so i can create the css code directly by inspecting the element.
Thank you!
You do that with another css code:
@media(max-width:767px){
.td-page-content, .td-post-content, .woocommerce #tab-descriptiony{
color:red!important
}
h1, h2, h3, h4, h5, h6{
color:red!important;
}
}
Thanks.
Hello shackonline,
Please notice that this is the normal behaviour for our mega menu feature. If you mean something else, please provide more details, some useful screenshots so I will be able to provide a more accurate response. So, please notice that each demo has own custom style. If you want to find out more about this style, please check demo_stlye.css file from the travel demo, like this -> http://screencast.com/t/olZpc5E0T7Ec
Hope this helps!
Thanks.
Hello Mayapur Voice,
I suppose that you are referring to the appearance of a flash when you enter on your website…firstly is loaded a style and then will appear another style, right? This behaviour appears when you have additional customization through custom CSS code and when you are using the speed booster. Please notice that the CSS are working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code.
Hope this helps!
Thanks.
Hi,
Well I’m not sure what is the css supposed to apply to. If your link has the front-2 class like < a class = "front2" href="#" > then it should get the style from the css. Also you use letter-spacing twice in the same code. You just need one. Plerase provide a link to your site pointing to the post/page with the link you are trying to style so I can inspect it and see why the css does not apply.
Thank you!
i’ve done this using “loop-single.php” and it’s working fine in desktop using this css and code
loop-single.php edit code :
<div class=”td-module-meta-info”>
<?php echo get_avatar(get_the_author_meta(’email’, $author_id), ’45’) . $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
edit css :
” .avatar {
border-radius: 999px;
}
”
But when i add the same code in “/mobile/single.php” then

Please tell me css for mobile theme.
Hi, we are very pleased to share with you our final setting. My husband managed to insert css where it should be, also copies theme panel settings from sub-domain and that was it! If you are interested, here it is: http://www.kuvajmo-blogovski.com/ Thanks once again for this theme and recipe demo, we are finaly satisfied with the look of our cooking site!
-
This reply was modified 10 years by
SanjaKokica.
Hi,
Unfortunately visual composer is not recommended on posts in our theme as it was not tested. you can activate visual composer for posts from the VC settings role manager, but you could get mixed results. We only designed the blocks to work on pages, not on posts.
In order to remove the gradient on the slide element and the icons visibility, you can use this css:
.td_block_slide .td-image-gradient:before{
display:none!important;
}
.td_block_slide .td-icon-left, .td_block_slide .td-icon-right{
opacity:1!important;
}
Thank you!
Hi,
Unfortunately there is little you can do about adblock. If you want to change the classes in our theme for the ads, then you can do so from the theme files and style.css. It will be no walk in the park as there are many places to edit. For this to be easier, you will need a text editor that can search for strings. Just the td_block_ad_box class is found and used 184 times in the theme files: http://screencast.com/t/UUWSldAd
As you can imagine, there is no easy solution I can provide for this as it’s quite a big modification to make.
Thank you!
Hello,
Our theme has no RTL support unfortunately and we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. At the moment, the only way to implement a rtl language and layout is with custom modifications we cannot provide. Sorry. you can hire a freelancer from sites like studio.envato.com to help out in this matter as lots of elements have to be adjusted.
Thank you for your understanding.
Once in a while I have noted that when the net is slow our website loads first with default theme color (light blue) and then changes it to the color set in the theme panel using custom css code. I would like to know where to change this default setting so that the site doesn’t have to switch the color and can directly load preferred color. My hope is, this can improve the page load speed a little bit.
Hi,
Unfortunately columns are dynamic and they depend on the content inside them. If the content is not equal of height, then columns will not be equal as well. You can provide a link to your site so i can inspect these elements and see if there can be a css trick i can provide.
Thank you!
Do you see a reason why this should not work? All I get is an un-styled link.
xxx (can’t post href code here)
.front-2 {
font-family: 'Open Sans', sans-serif;
font-size: 15px;
padding: 11px 30px;
letter-spacing: .03em;
background: #dd3d13 !important;
border: none;
color: #fff;
font-weight: 700;
-webkit-transition: background-color 0.4s;
-moz-transition: background-color 0.4s;
-o-transition: background-color 0.4s;
transition: background-color 0.4s;
text-transform: uppercase;
text-decoration: none !important;
text-align: center !important;
letter-spacing: .04em;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 auto;
display: block;
width: 200px;
height: auto;
}
Hello sonix32,
Please notice that if you have changed the headings from H3 to H2, all your module title will be in H2 now and the font size for these will be greater than H3. So, if you want to decrease the title font size only for your mega menu, please try to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_mega_menu .td-module-title a {
font-size:15px;
}
Hope this helps!
Thanks.