No search results were found in Documentation!
Hi,
Yes, you can do this from post template, if you are using standard post style, then you can use a post style without featured image or you can use a custom css.
If you are using a single post template from tagDiv Cloud Library, then you can edit it with tagDiv Composer and using the right click to remove the featured image. If you want to remove the featured image only for some posts, you need top have two single post templates, one set as global in theme panel -> https://i.imgur.com/Pog4qQr.png and the order one you can set it individual per article that you do not want to have the featured image -> https://i.imgur.com/DHUkKH8.png
Hope this will help you!
Thank you!
Hi,
A link to the website would be very helpful, so I can inspect it and try to find out from where exactly does that space comes from, with the browser inspector. Please provide a link to where I can see it.
Thank you!
Hi,
I think that you are referring to this space -> https://i.imgur.com/RUnzvby.png
In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
-> https://i.imgur.com/jGHYu2s.png
.td-main-page-wrap {
padding-top: 0px;
}
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Hi andxtagdiv, I think that I understand wrong, I was thinking that you use some plugins for set the size, there are a lot of users that are using many untested plugins and they have problems using our theme, this is because some plugins affect the theme functionality, that is way we most of the time recommend to check the theme without other plugins, only with theme plugins, to know for sure if is a problem related to our theme or not.
As for your above question, if you set set 1px to one element this will be very hard to find it, I think it can be done using the inspector from browser.
At list let me know on what element you set 1px (provide some more details to recreate on my install and I will try to find a way to help you).
Thank you for your understanding!
Hi,
That transparency background is set using an extra class on theme body -> https://i.imgur.com/AqrV7O6.png this class has a custom css that is setting the background transparent.
You can achieve that using a custom css like this one -> https://i.imgur.com/7NhZlmN.jpg
.td-container {
background-color: #ffffffe6;
}
Set the code in theme panel custom code> custom css.
Hope it will help you!
Hi Nagarig, I’m not the one that consider if a site is or not good enough for showcase, this will consider our developers and designers, not the support staff, that was only my opinion, also if this is not add right now, that dose not mean that it can not be add later. As for these basic sites, I think that were made when the theme was not so big like now and had only few options.
If that element is added using widgets you can try the general option from theme panel -> https://i.imgur.com/oaXqJn3.png or you can use a custom css -> https://i.imgur.com/DNEOjZN.png
.vc_widget_sidebar .block-title a, .vc_widget_sidebar .block-title span{
background-color: #00acee;
}
.vc_widget_sidebar .block-title {
border-bottom: 2px solid #00acee;
}
Hope this will help you!
Hi muterobert,
By default only the flex blocks and blocks has the comment count box.
Also there is no option to can move only the comment box, this can be done only with custom css. Set a class on that element and use a css like this one -> https://i.imgur.com/jEs30mC.png -> https://i.imgur.com/wwQJzYO.png
If you want I can help you with custom css, just provide me the link to your webist.
Thank you!
Hi,
Unfortunately, using Newsmag theme, there is no option to do what you want to achieve, maybe it can be achieve with custom css, but this is not easy because the logo width -> https://i.imgur.com/90OcxX1.png and header ad banners -> https://i.imgur.com/QNuWIBP.png cover all the header width, but if you want, you can try this custom ss and set a big banner with 860px width -> https://i.imgur.com/TRTRokQ.png or set the ad banner width to 100% using this code -> https://i.imgur.com/TZmfrsU.png
.td-header-sp-logo {
width: 120px;
}
.td-header-sp-rec{
width: 860px;
}
.td-header-sp-rec .td-all-devices img {
width: 100%;
}
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Hi Suuzzzz,
Unfortunately this option is not yet add on inline single image and it can be achieve only with custom css -> https://i.imgur.com/Hqccnyp.png
<style>
.tdm_block_inline_image .tdm-inline-image-wrap{
opacity: 0 !important;
transition: opacity 0.9s;
}
</style>
And this one -> https://i.imgur.com/bjx9Quc.png
.tdm_block_inline_image .tdm-inline-image-wrap{
opacity: 1 !important;
transition: opacity 0.9s;
}
Hope this will help you!
Hi AlbertoJR, if you are using a classic footer and not a footer page or footer template, then you can set the footer links color only with custom css -> https://i.imgur.com/O3CLF4A.png
.footer-text-wrap .footer-email-wrap a {
color: #ef23ef;
}
The code need to be set in theme panel> custom code> custom css.
If you are using a footer page or footer template, then you can use tagDiv Composer to edit these sections (color links)-> https://i.imgur.com/bqxIref.png
Hope this will help you!
Thank you!
Hi yourbackupemployee,
Please try this custom css for changing only the links from inside the posts -> https://i.imgur.com/T3s90W1.png
.single .td-container .td-post-content p a {
color: #0000FF;
}
Hope this will help you, if not, please provide me a link to your website, in this way I will be able to provide a better custom css.
Thank you!
Hi,
Sorry but our themes are not compatible with the RTL direction. please provide some more details about what you want to achieve, maybe I will be able to help you with a custom css.
If you need a full RTL theme, you will have to choose a different theme that can provide this functionality. There are elements that can be fixed, but there are still other elements that will not work properly.
We will be able to provide a refund if you make a request here:https://themeforest.net/refund_requests/new
Thank you!
Hi,
For this you’ll need to use a custom css like this one
.td-scroll-up {
display: block;
}
This code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
I think that you can use a custom css like this one -> https://i.imgur.com/GeaQF6x.png
.vc_raw_html .td-fix-index img{
padding-top:5px;
display: inline-block;
position: relative;
top: 3px;
}
If you want, you can adjust it, also the code need to be set in them panel> custom code. custom css.
Thank you!
Hi CountryCaller,
Unfortunately, using Newsmag theme, for the moment the buttons for “Read more” can be remove only with custom css.
If you want you can use this custom css -> https://i.imgur.com/kOHEgtH.png
.td_block_12 .td-read-more {
display: none;
}
This code need to be set in theme panel> custom code> custom css.
Thank you for your understanding!
Hi CEDFeducation,
The blocks and some old elements in our theme, the flex blocks and flex grids are some new elements that has more option and can be make more customization on theme using tagDiv Composer.
If you do not want to replace the Block 16 then the only way to adjust the icon size is to use a custom css. If you need help with this, just provide me a link where I can inspect this icon and i will try to provide a custom css.
Thank you!
Hi,
For me the Scandal demo is look the same as in the live demo -> https://i.imgur.com/zfpWMcj.jpg also the yellow color set as background in grids is set using custom css and a custom class set in theme panel> custom code> custom body class -> https://i.imgur.com/I5kCGPe.png
Here is an example of custom css that can work -> https://i.imgur.com/ZcdEchw.png
.td-grid-style-2 .td-big-grid-meta {
background-color: #dd9933ba;
}
This ode need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
Usually the hover color is set using tagDiv Composer on flex blocks -> https://i.imgur.com/MVtLlxr.png
ALso you can use a custom css that can be apply on more element -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hi,
Yes, this can be adjusted with custom css, just let me know how you’ll link to be the button Scroll-Up and I will provide a code for you.
Thank you!
Hi,
Unfortunately for the post title is slide is no option to set a background color as for category, but this can be achieve with a custom css like this one:
-> https://i.imgur.com/v681W0a.png
.td-theme-slider .entry-title {
background: #ffe113;
padding-left: 16px;
padding-right: 16px;
}
this code need to be set in theme panel> custom code> custom css.
Thank you!
Hi,
If you are using a single post template from tagDiv Cloud Library you need to edit it with tagDiv Composer -> https://i.imgur.com/OFlQlAw.png select the single post content and in style tab set the links color -> https://i.imgur.com/8VfwSdJ.jpg if you are using a standard post template, you mast use a custom css.
Thank you!
Hi,
Is look that you have set a border, to remove it from anywhere, then you can use a custom css. -> https://i.imgur.com/Ya4C4za.jpg
body.td-animation-stack-type0 .post figure {
border: 0;
}
The code need to be set in theme panel> custom code> custom css.
Thank you!
Hi,
Unfortunately there is no option to can set the pagination like in your screenshot, sorry!
I’m not sure, but is possible to can achieve this using a custom css. If you want I can take a look, but I do not guarantee that I will be able to achieve the same as in our screenshot.
Thank you for your understanding!
Hi,
If this element was not set using tagDiv Composer, then you need to use a custom css to change/edit the element -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you want I can help you with the css code, just provide a link where I can inspect the images box.
Thank you!
Hi,
If this is a standard element, then you need to use a custom css, if you want I can help you with this, just provide me a link where I can inspect the search that you are using.
Thank you!