Nope. The section to edit doesn’t exist in single template 1. However, I changed it to template 2 and was able to get it working. But, it’s very scrunched together. See here:
https://i.imgur.com/7lLkdBE.png
Can I fix this with CSS?
Also, can I have it similar to something like this?
POSTED: 1/1/11
MODIFIED: 2/2/13
I’d like to display the creation and modification dates.
Please advise.
Thanks!
-
This reply was modified 8 years by
Ryansmccain.
Hello,
I just discovered the beauties of your cloud templates, there is one that fits my needs better than the default one but I cannot set it up as the demo. The one I choose is “404 template 11” and I would like to have it full screen, the image covering from left to right and no header and footer.
Inspecting the css so far I managed to hide the header adding this css code to the child-theme css stylesheet:
.error404 .td-header-wrap {
display: none;
}
Thanks.
Hi How can i add this kind of bulleted arrow list. https://i.snag.gy/vVPuHN.jpg
I already Added Code on the Custom CSS .td-arrow-list {
list-style: none;
margin-left: 21px;
}
But It’s not working. https://i.snag.gy/4qW9h6.jpg
An this is the Results – https://i.snag.gy/ReNwAW.jpg
Hi,
I am happy with overall theme and how easy it is to setup.
Few issues on the website I am working on:
1. Font with Vietnamese diacritics on mobile does not show in right font. Here’s the screen cap.
Text should be all serif, but letters with Vietnamese diacritics are san-serif.
Here’s the site URL: http://d8r.282.myftpupload.com
Page with Vietnamese diacritics URL: http://d8r.282.myftpupload.com/2016/06/su-gian-du-trong-tieu-thuyet-cua-nguoi-my-goc-a-cuoc-phong-van-voi-tac-gia-nguyen-thanh-viet/
I use single post content (tdb_single_content) element.
It seems like diacritics does not show in right font when the font is italics or bold. Post paragraph in regular style shows up fine.
2. Flex Block 1 on mobile displays funky.
Here’s the screen cap.

Notice how the excerpt text is flowing over the feature image.
3. I would like to insert category name above the first post’s title on the homepage
Is it possible to disply the category name above the title “Freedom in Unrest: A Girl in a Book // Khairani Barokka”? I would like the category text to be crimson text, upper case, not with a black background. Please provide CSS if possible.
3. I would like to insert category name above the first post’s title on the homepage
Is it possible to disply the category name above the title “Freedom in Unrest: A Girl in a Book // Khairani Barokka”? I would like the category text to be crimson text, upper case, not with a black background. Please provide CSS if possible.
4. On Category page, I have setup infinite scroll + load more for the pagination style. It seems like the load more button shows up after the 3rd loading of the post loop which is confusing. Could I set the load more button to show up after I scrolled to the bottom of the screen for the first time? Also, I need more padding below the load more button. Here’s the screen cap.

Thanks for your help.
Hey! We are using a Google font in our branding called “Nunito Sans” and I guess this is a newer font and isn’t in the list of Google fonts in the theme font settings. There is “Nunito” but that is a different font.
I tried using CSS to change the font, but it doesn’t work very well and all the custom CSS gets overridden.
Any idea how I can get Nunito Sans in the list of google fonts in the settings?
Cheers.
Yes, it worked. I added the code direct in the menu of the field where there is the field to add the code css. Thank you
Hi,
I’m so sorry, I entirely mistyped. I’ve been trying to give a specific page a background image. In the theme panel, there is an option for a sitewide background image, but nothing on a page-by-page basis. Therefore, I’m assume it’s a CSS issue and was wondering if this was a functionality you could provide some help for.
Thank you (and sorry for my typo!)
Hello Jordan_Stewart,
The author box can be hidden from Theme panel, from here -> https://www.screencast.com/t/0ANvHMsntc If you want to hide it only for a specific post, you should use such a custom CSS code based by post ID.
Thanks for your understanding!
Hello,
You also have another plugin that serves the css through it as you no longer have a style.css loaded. Please disable the css optimization plugin that interferes with the proper loading of the css.
Thank you!
Hello Simion,
thank you for your info.
A last a question/doubt please: i haven’t a child theme on my website. If i update the theme to version 9.0.1 and then i upload the old files that i have changed (to rewrite some css and php new files with my actually files), you think all will go well?
Thank you very much,
Francesco
Hello, I have updated the theme as usual, but I still get version 8.8.2 an not 9, even the style.css file shows
Version: 8.8.2
I downloaded the update from these two places, but they are identical.
https://themeforest.net/item/newspaper/5489609
https://themeforest.net/downloads
Hello,
I want to know, how I can change my H2, H3, and H4?
Please provide me the code so that I can directly apply it on my LiveCSS.
Here is my site: https://www.rsviral.com/
I want an orange color on my H2, H3, and H4.
Thank you!
Hi,
I’ve been trying to give a specific page in my WordPress site, but I’m having a little trouble doing it. Could you provide any help? I’m assuming it’s a CSS issue, but for whatever reason I can’t alter just the one page without causing sitewide changes.
Thank you.
Dear M,
After enabling caching (WP supercache), I have issues with css not loading in the right order. Result I see first the Main theme color before the child theme style.css stylesheet.
Example: https://www.bitcoinmag.eu/bitcoin-social-media/
Any advise?
Kind regards,
Webagent05
Hi,
1: I’m trying to change the size of the logos. When loaded in multimedia gives me some size but when I do then upload from the panel of the theme makes me a forced resize. I tried also to change the style.css of the parent theme but it does not work. What operation should I do?
2: Does the tag div composer tag only work on pages? not even on the articles?
3: The best practice to change parts of the theme what is it?
You can try this code:
.td-post-content .vc_btn{
background-color:#ff6600;
color:white;
}
.td-post-content .vc_btn:hover{
background-color:#444;
color:white;
}
result: https://www.screencast.com/t/9JZxi8g7ro
You got the general idea now of how to change the css for a button.
Please use the browser inspector and create the custom code by using this guide: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This css represents customization as well and custom work is not covered by the theme support.
Thank you for understanding.
Hello,
I want to know how I can add space between bullet points or number?
I don’t have any knowledge about coding, could you please help me and give me the custom code so that I can use it on my custom CSS.
Thanks!
Rohit S
Hi,
That would depend on which author link are you referring to, a link to your website and details or a screenshot will be helpful. Maybe that will be possible with some CSS of modification in the theme files.
Thanks
Hi,
I would require some more details, as many as possible. Where you want it removed from exactly and a link to such a page. Also should it work only for some pages or for all, what conditions are required, maybe it could be done with some CSS.
Thanks
Hi,
Moving post template elements around is not possible with the predefined templates, unless maybe modifications in the code and/or using additional CSS
– https://www.screencast.com/t/3PrUscRFsW
That is why we created the cloud library plugin where you can design your own post templates with the tagDiv composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Create post templates from blank templates, or import from the ones we designed and modify them, there are many possibilities. There will be more templates added in the future.
Thanks
Thanks but as you could see the button appear only on the hover.
THe idea is that old one have all the same look and hover than the new one like at the end the button “Découvre d’autres avis sur le DVD Mario LOPEZ sur le forum !” here https://www.virtualmagie.com/articles/tests/videomania/mario-lopez/ (the one on top of the orange newsletter block).
Here the code I actually insert in Custom CSS:
.td-post-content .vc_btn {
background-color: #f6600;
font-size: 18px;line-height: 1.33;
padding: 10px 16px;
border-radius: 6px;
}
Could you please complete to also have the button (not only on hover?
Thanks
Hi,
Expanding on a previous ticket, I really can’t seem to find easily available options for changing the primary colors of buttons, hyperlinks, menu text, menu text when scrolling and other primary colors consistent throughout my site, so pointing out where to do any of this would be really appreciated (hopefully without CSS)!
Kind Regards,
Hi,
Seemingly struggling too much trying to change the background color of the multiple news widgets that are on my current home page, so just wanted to know if there is a straightforward way to do this without custom CSS?
Kind Regards,
Hi,
I’ve recently just purchased the theme, and despite understanding how to navigate it’s primary features and customization options, I’m struggling to locate how to change a large portion of some aspects of my chosen template, specifically in relation to a lot of the text, headings and colored areas, without directly using custom CSS to over-write the default CSS.
Any help is immensely appreciated.
Kind Regards,
Hello, I just bought this template and it has been a great choice. all I want for now is to replace or add some new icons to the social icons that are displayed in this bar.
I can use the bar in the top menu to display the social icons.
and if I declare a new menu in the area where the icons are shown to the right of the main menu, I would have to change it with each new update.
and I do not know if I can use css the main menu and produce a pull-right as in bootstrap