- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Thanks! it’s solved now by putting next code in custom css
.td-category{
max-height: none;
}
Can I change the icons of social networks on a mobile theme? https://vesnawoman.ru/
I tried using CSS code, but the changes do not appear in the theme …
When I upload Zip file in my wordpress then theme uploading is failed and show me the message style.css file is missing. Please check.
Hi,
The code is no longer apply because you change the header style from style 4 to 9, for this you need to use this custom css
.home .td-header-style-9 .td-header-sp-logo .td-logo {
display: block;
}
.home .td-header-style-9 .td-header-sp-logo .td-logo {
display: none;
}
The code need to be set in Theme Panel> Custom code> Custom css
Thank you!
Hi,
If the code is set with tagDiv Composer, then you can hide it from css tag -> https://i.imgur.com/a95Wj2G.jpg (this is the same for all elements) and display it on mobile like this -> https://i.imgur.com/oxgQVwK.png if the code is set in a different way, than it can be achieved using custom css.
Thank you!
Hi,
Unfortunately there is no setting for this, this can be achieved only with custom css, please try this code
h5 {
background-color:#FFFF00;
}
The code need to be set in theme panel> custom code> custom css
If the code is not apply, please provide me a link to your website and I will provide a better css.
Thank you!
Is it still possible to make the editor wider? Because I do not see that line in .css file right now
The edit button content is not working.I’ve seen that on column text and title text entities. I think it was working before. switched off the newly added plugins but didnt fix it.
I also replaced some css files with a minified version. Dont know if that broke it.
I can send you details for the wp admin panel if you want to check it out.
The error i get in console (not sure if it was there before. didnt check)
Failed to load resource: the server responded with a status of 500 ()
wpeditor.php:167 Uncaught TypeError: Cannot read property ‘activeEditor’ of undefined
at window.loadIframe (wpeditor.php:167)
at onload (wpeditor.php:270)
wpeditor.php?wp_path=/home/denis/public_html/:1 Failed to load resource: the server responded with a status of 500 ()
DevTools failed to parse SourceMap: https://citymagthess.gr/wp-content/plugins/clearfy/admin/assets/css/install-addons.css.map
Hello and once again thank you for your support.
In regards to the modules on the post pages, you can try and check this post out on a 1440×900 px screen: https://kopenhagenkonsulting.com/are-you-hindering-your-innovation/
Because of different length of post title, the box to the left is taller than the two others. So I need the css to apply to all posts, and not only on post id 1325.
How is that possible?
I’d like to change this brown color to #f5f5f5, how can I do that?
I’ve tried this css and didn’t work:
.td-module-comments a {
background-color: #f5f5f5;
}
.td-module-comments a:after {
border-color: #f5f5f5 transparent transparent transparent;
}
thanks.
This has worked fine but I see warnings in custom css field next to this code: “Don’t use adjoining classes” and “use of !important”.
Does this matter? Is it a problem?
Thanks
Hi,
Please try not to reply multiple times in the topic if possible, this will only delay our response. Replying multiple times will refresh the topic date and move it to the back of the line, we answer from oldest to newest
Please try this custom css -> https://i.imgur.com/vV6mucH.png
body .post .wp-block-image.is-resized{
padding: 5px;
border: 1px solid gray;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
display: block;
}
Set the code -> https://i.imgur.com/EsHvdMG.png
For amp set the code in theme panel> mobile theme > custom code css -> https://i.imgur.com/Kce5viu.png
Thank you!
Hi,
1. For this you need to use a custom css like this one -> https://i.imgur.com/p6FaXAV.png
.td_flex_block_1 .td_module_flex_1 .td-module-title::after {
content: "";
display: block;
width: 50%;
margin: 8px auto;
border-bottom: 2px solid gray;
}
The code need to be set in theme panel> custom code> custom css
2. You can filter the post from here -> https://i.imgur.com/cez4dxC.jpg and you’ll display only posts from featured category -> https://i.imgur.com/O6kvczh.png
Thank you!
Hi,
You can remove that empty tag using this custom css
.tdb_single_tags ul li:first-child{
display: none;
}
This will remove all the first tags from your website.
For me the modules seems to be quite the same, but if you want to apply the code only on that page, then you can use this css
.postid-1325 .td_module_wrap.td-meta-info-hide .td-module-meta-info {
min-height: 1px;
margin-top: -4px;
height: 170px;}
and the code will apply only on this post https://kopenhagenkonsulting.com/case-project-execution/
The code set in live css box will work as the one set in theme panel (it will be apply on all website, not only in the current page).
Thank you!
Hi,
Indeed the code will not apply on this post, because the button style is different and you need a different css lass to apply on it, for this you can use this custom css
.post .wp-block-button.td_btn_large .wp-block-button__link {
font-weight: 500;
}
.post .wp-block-button.td_btn_large a:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: #dff1ed!important;
}
Thank you!
Hello Calin,
Thank you so much for your help.
In regards to question no. 2, how do I get rid of the empty tag? I have no idea how it showed up in the first place.
I also want to know if you could help me making the boxes the same hight on the post pages like this one: https://kopenhagenkonsulting.com/are-you-hindering-your-innovation/
I’m talking about the 3 opinions at the bottom of the page. Could you provide me with the right code?
I tried with this custom CSS, but that altered the post settings on other pages too:
.td_module_wrap.td-meta-info-hide .td-module-meta-info {
min-height: 1px;
margin-top: -4px;
height: 170px;}
PS. is there a difference whether I put the CSS in the live CSS box frontend compared to putting it in the custom code box backend in theme panel?
-
This reply was modified 6 years by
kopenhagen.
Hi,
Yes, you can use a custom css for this -> https://i.imgur.com/prhZld3.jpg
.single-product.td-boxed-layout .td-container-wrap {
padding-top: 48px;
}
The code need to be set in theme panel> custom code> custom css
hope this will help you!
Thank you!
I have inserted this code at theme panel> custom code> custom css and saved. Still on hover over the yellow button it goes black, not the grey of #e6e6e6.
.post .wp-block-button.td_btn_large .wp-block-button__link {
font-weight: 500;
}
.post .wp-block-button.td_btn_large a:hover{
background-color: #e6e6e6!important;
}
Hi,
What you can do to solve the problem is to use a custom css to hide the share from the footer page
.td-footer-page .sd-sharing-enabled{
display: none;
}
The code need to be set in theme panel > custom code> custom css
Or
You can change the footer page to a default footer -> https://i.imgur.com/Yp3oZ0p.png -> https://forum.tagdiv.com/footer-templates/
Thank you!
Hello !
Yes, you can hide them as you can see here: https://www.screencast.com/t/tDar4330NbM Select the viewport and set the hidden mode in CSS tab.
Thank you !
I added CSS code to live CSS, but not working
I’m having trouble adding some space between the menu and the content of my product pages (ex. https://wvminersbaseball.com/product/wv-miners-powerband/). If you look at the rest of the site there’s about a 5% space between the menu and the content of the page.
Do you know of any CSS or theme settings that can add the spacing so that the products info and sidebar are not touching the menu?
I cannot delete a row and it seems that maybe it’s part of the demo or template or something…
I have a business demo in place and the lower row cannot be deleted nor does it react to the CSS modifications I make from the theme panel, but in fact effects the rest of the website. Please help me. buttonwoodtree.net
Hi,
In order to remove that line from post editor you need to go in wp-content>themes>Newsmag>editor-style.css
-> https://www.screencast.com/t/dM52p01U
Please check this similar topic bout how to remove the sidebar from post editor -> https://forum.tagdiv.com/topic/sidebar-on-visual-editor/
Thank you!
I pasted this (using different colour code – #dff1ed) in theme panel> custom code> custom css but still the hover colour is black:
.post .wp-block-button.td_btn_large .wp-block-button__link {
font-weight: 500;
}
.post .wp-block-button.td_btn_large a:hover{
background-color: #dff1ed!important;
}