- 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
Hi,
For Newspaper 9.5
I am using Contact Form 7 by Takayuki Miyoshi. I am trying to style the input fields created by the plugin and the default CSS is :
input[type="text"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
border-color: #b0b0b0!important
}
It’s using the !important. Is this your Newspaper 9.5 code or Contact Form 7 ?
I am unable to override this css despite using !important in ‘Custom Code’ –> ‘Custom CSS’ in Theme Panel.
Hello
i manged to do this in local posts templates, but it is hard to do in cloud templates
did you by any chance tried
would you share the solution if you have
i tried every thing in :td-cloud-library/td-cloud-library/shortcodes/single/tdb_single_subtitle.php
tried to make changes to :
function render($atts, $content = null) {
parent::render($atts); // sets the live atts, $this->atts, $this->block_uid, $this->td_query (it runs the query)
global $tdb_state_single;
$post_subtitle_data = $tdb_state_single->post_subtitle->__invoke();
$additional_classes = array();
$buffy = ''; //output buffer
// when no data - return empty on frontend
if ( empty($post_subtitle_data['post_subtitle'])) {
return $buffy;
}
$buffy .= '<div class="' . $this->get_block_classes($additional_classes) . '" ' . $this->get_block_html_atts() . '>';
//get the block css
$buffy .= $this->get_block_css();
//get the js for this block
$buffy .= $this->get_block_js();
$buffy .= '<div class="tdb-block-inner td-fix-index">';
$buffy .= '<p>' . $post_subtitle_data['post_subtitle'] . '</p>';
$buffy .= '</div>';
$buffy .= '</div>';
return $buffy;
}
but no success
2- Ok, i hope this will be fixed because it’s not nice to see.
3- The screenshot you have posted is for the desktop version. This is 55/100 that is not really good …
Anyway you skipped the biggest problem. Mobile version score 20/100… very bad score. Can you try and verify? because it is practically unusable like this. The mobile version get 90% of my readers so it is very important.
4- i tried and it works now. The problem is that the selection box (when i click) get worse because everywhere i click, i get the light blue box (on mobile) https://ibb.co/TLBxh5T. This is not a new problem. I have added this custom css code (suggested by another admin)
body.td-ad-background-link {
cursor: default;
}
but it’s not working anymore.
5- It is possible to change the order of elements in post? i’d like them in that order:
Title, social icons, featured image and subhead. Like this https://ibb.co/F09xZyb. Also can i change the subhead font color? At the moment is grey, i’d like it black.
6- I set article bottom and top ads with adsense. I need to insert automatic ads code and then use ADVANCE USAGE for modify the ads dimension or it’s better to create specific ads (like 300×250) directly in adsense? because times ago, i have insert in CUSTOM CODE – CUSTOM HTML – code for adsense automatic ads with all ads option active like Vignette ads, Text and display ads, InArticle ads, InFeed ads, Matched content etc. but the website slowed down a lot. Do you have any suggestions on what to activate and what not?
7- why if I set an ads on mobile (top article ads example) of 300×250 px, it place that ad decentralized? remains aligned to the left edge.
8- it is possible to make top or bottom article ads like that? https://ibb.co/GkcTkpm a grey box with ads inside?
thank you
-
This reply was modified 7 years by
axehorde.
Hello.
How was this problem solved? I also can’t save the Live CSS code.
Hi,
That is not an issue, in that way was design this block, if you want top change that space you can use a custom css
-> https://www.screencast.com/t/RwXzMB4q
.td_block_9 .td_module_8 {
padding-bottom: 5px;
}
Set the code in Newspaper>theme panel>Custom code>Custom css
Thank you for your understanding!
Hi,
I don’t quite understand the problem. So the post titles are not appearing in the modules? that would be unusual. Some more details would be helpful, and a link to the website so I can inspect the problem.
For increasing the size of the icons either in the top bar or the main menu there is no setting unfortunately. However I could give you a code that you can enter in the theme panel custom CSS code section. it will increase the icons to a value of your choosing (modify the size in the code how you want). Example – http://prntscr.com/mukutj
.td-header-menu-social .td-social-icon-wrap i {
font-size: 18px;
}
Let me know.
Thanks
Hi,
1. Unfortunately for the moment is no option in our theme mobile to do that, but if you want to achieve this please check this topic -> https://forum.tagdiv.com/topic/mobile-theme-smart-list-disable/
2. In order to fix this you can add this custom css in Newspaper>Theme panel>Mobile theme>Custom code> CSS
.tdm_smart_list_1 .td-slide-smart-list-figure {
display: block;
}
and the problem will be fix -> https://www.screencast.com/t/PZZrd3ypb2Df -> https://www.screencast.com/t/FstoVTvedu4s
Thank you for your understanding!
Hi,
For this you can use a custom css ->
.td-block-span4 {
padding-right: 12px!important;
padding-left: 12px!important
}
.td_block_4 {
margin-left: 36px;
margin-right: 36px;
}
-> https://www.screencast.com/t/yxidCQBZSB
Please set the code in Newspaper>Theme panel>Custom code>Advance section desktop -> https://www.screencast.com/t/jSzRVEpU
Thank you!
Hi,
1. Try using this setting – http://prntscr.com/mugrd0 the zoom on hover will work then.
2. On mobile the same module and thumbnails that are loaded on desktop will be used. So the thumbnail size is bigger than the reduced size of the module on mobile. For the moment it is selected/clicked this will be seen.
I tried various CSS codes to remove the selection effect, but none worked.
3. From what I can see at the moment the website loads quite good
– http://prntscr.com/muh84b
It is true that they do not allow using caching plugins, I believe they already use a caching system of they own
– https://en.support.wordpress.com/incompatible-plugins/
There are topics in the forum regarding website loading speed, with suggestions that you could try. But maybe these methods are not allowed in wordpress.com.
Using many block types with ajax pagination and ajax filters may be an issue, especially when there are many visitors on the website.
Since the speed booster plugin cannot be used in this case, maybe they can provide an alternative for render blocking optimization. Or a suggestion for an allowed plugin. Also some optimization guides of their own.
I see render blocking and server response time would be the major issues
– http://prntscr.com/muhe8q
4. I believe that should be fixed in the latest version. From what I know there were some modifications to prevent this from happening. So you can activate the background ad.
For the background loading on mobile there were no modifications up to this moment, I will check on this task.
Thanks
Hello,
My requirement is to create a border around a column which contains some list and a CTA. I am facing two bugs with it:



I am using tagDiv Composer to make the CSS changes. Your guidance is required!
Hi,
This can be achieve with custom css, please provide me a link were I can inspect this, in this way I will be able to provide you a custom cs that can help you top achieve that.
Thank you for your understanding!
Hi,
I believe we have identified the issue that is causing the blur, it is a CSS issue. try entering this code in the theme panel custom CSS section and check if it solves it
.td-pb-span4 .wpb_wrapper,
.td-pb-span4 .td-ss-main-sidebar {
perspective: unset!important;
}
Before a definitive solution is found try this temporary fix. Let me know.
Thanks
Hi Sir,
I put down the title below the image for the single post template. How edit / stylize its css to put padding on Mobile version?
Here’s the link :
https://www.motortech.ph/2019/03/04/new-president-of-vw-ph-bullish-on-sales-growth-in-2019/
Thanks in advance.
Hi,
No this is not need, if you theme panel > custom code>custom css will apply to all devices.
Thank you!
Hi,
You can use this custom css
.td-a-rec-id-sidebar{
padding-bottom: 30px;
}
this code will add to all your ad boxs a padding of 30px in posts/ pages/ categories …
Please set the code in Newspaper>Theme penal> Custom code > Custom css
If you want to be apply only on post use this code
.single .td-a-rec-id-sidebar{
padding-bottom: 30px;
}
Thank you!
Each paragraph (p tag) will have a margin bottom set by the theme. The theme uses a value of 26px
– https://www.screencast.com/t/NYhsRZKH8N
A default WordPress theme adds a 4.5em margin between paragraphs
– https://www.screencast.com/t/pNga3A77jVWm
To modify this default margin there is no setting at the moment. If a setting specifically for this is requested more by theme users it will be added.
However it could be done with a simple code in the Theme panel -> Custom CSS section, with the value you want in it. For example this code will set a margin bottom of 15px to all the paragraphs in the post content
.td-post-content p {
margin-bottom: 15px;
}
https://forum.tagdiv.com/topic/switching-from-divi-issue/#post-275498
I just did a wordpress course and they have shown us other templates and I have asked how the space between paragraphs can be changed and I have seen that it is very easy.
How do you do it in newspaper without resorting to CSS?
Thank you
Exist a way to force the loading style.css file without any type of plugin?
The problem comes when I make changes to the style.css. On the computer it is displayed well, but on the mobile they are not displayed
Every time you release an update my site has issues. Not sure why I’m still surprised, or why I update, but probably because it seems there is a good security reason to do so. But the Live CSS and page builders no longer work correctly. Several changes made via Live CSS are no longer effective. What is the problem here? Seriously ready to switch themes.
Thanks Calin, seems to work perfectly.
Should I also paste this code in the Mobile Custom CSS or only in the one for Desktop?
Hi,
For this please use this custom css
.td-footer-wrap .footer-email-wrap a{
color: #4db2ec;
}
set it in newspaper>theme panel>custom code>custom css
Hope this will help you!
Thanks.
Hi,
If you want only the animation here is the custom css for it
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
-webkit-transition: transform 0.7s ease 0s;
-moz-transition: transform 0.7s ease 0s;
-o-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:after {
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
content: '';
z-index: 1;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
Just change the gig grid style from here -> https://www.screencast.com/t/VTBb2xCdEjmf with the number of style that you have set https://www.screencast.com/t/3fO8phLI3mcW
-> https://www.screencast.com/t/cQrA4zrbj33C
Set the code in Newspaper>Theme panel>Custom code> Custom css
Thank you!
Hello Calin, thx for your answer, but I have a question for you as a professional.
I decided to use this way, in my opinion it is more universal.
1) in order to make the content narrow – I have prescribed 600 px for it and indicated that this block be centered.
2) so that the image was wide, I ordered that it stretch 300px on each side. At the same time, it will stretch only if it is centered.
Please watch my video and tell me if I did it right? Or, in the end, the source code will look very bad, and search engines may not like it.
link to video: https://www.screencast.com/t/kU4QrgpASD4a
source code:
[tdc_zone][vc_row][vc_column][tdb_single_bg_featured_image][tdb_single_content tdc_css="eyJhbGwiOnsibWFyZ2luLXJpZ2h0IjoiYXV0byIsIm1hcmdpbi1sZWZ0IjoiYXV0byIsIndpZHRoIjoiNjAwIiwiZGlzcGxheSI6IiJ9fQ==" center_extend="300"][/vc_column][/vc_row][/tdc_zone]
Hi there,
Tried to solve it myself but can’t find the right CSS.
1. The search popup box, you can change all kinds of colors in the options except from the bar above it, as you can see it’s blue, what is the proper CSS to change the color. Would also be nice to add it to the options.

2. In your demo the categories/tags list element looks like this, I checked all 17 header templates and not 1 places the cat/tag next to the title, instead it’s all underneath it so how can I configure it like the demo?

Hey, I recently purchased this theme, and I want to change the color of the email in the footer, but it looks like it’s connected to the theme accent color.
I tried to add additional CSS code but it’s not working.
Can someone let me know how to change the color of that email, without changing the Theme accent color?
here’s the link that I want to change the color in
I want to change the color of “connect@tech88.com” in the footer to “#4db2ec”
Thanks in Advance.