- 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,
The theme has the capability to display a login button in the top bar, or anywhere in the page with a dedicated login element in the tagDiv composer
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
If you want to use this popup module for login -> https://www.screencast.com/t/8WdJKnv0lE0 in page on some buttons, then you should use this custom code -> https://pastebin.com/WPTcPU5A and set it in a column text -> http://prntscr.com/pj0x4r and add this custom css http://prntscr.com/pj0yf2
.wpb_text_column a.td-login-modal-js {
background-color: black;
padding: 10px 20px;
border-radius: 5px;
}
Let me know.
Thanks
Hi,
I think that you want to move in footer more links for style and java-script, if is so then I can help you to move some css from our theme in footer, you’ll need to go in -> wp-content/plugins/td-speed-booster/td-speed-booster.php -> http://prntscr.com/pkewly
-> https://prnt.sc/pkep1d -> https://prnt.sc/pkepc7 but please notice that some style/scripts need to be load at the top of the page in order to your website to work correctly.
Thank you!
Hi BlakeForm,
We are the Newspaper support theme, you can try some custom css to change the color from that email form -> http://prntscr.com/pkeo8t -> http://prntscr.com/pkeol9 this code need to be set in Theme panel> Custom code> Custom css
.custom-html-widget #mc_embed_signup {
background-color: #1ef2a5!important;
}
.custom-html-widget #mc_embed_signup .button{
background-color: #e2fa3f;
color: #000;
}
.custom-html-widget #mc_embed_signup .button:hover {
background-color: #a87e2f;
color: #fff;
}
Hope this will help you!
Thank you!
Hello WordPressors,
I need some help with HTML, can somebody help me out?
I wanna change some colors of the elements of my Mailchimp sign-up form, but i dont know how. I can only see a color for background (lightly pink now) in my code below, but when i change the hex code nothing changes. I wanna change the background, font size/color, the color of the subsribe button and the text of the subsribe button. If somebody can add the HTML for the elements for me, i can change the codes myself. I hope somebody can help me out. Thank you so much!
This is my HTML form:
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://disneyplusser.us4.list-manage.com/subscribe/post?u=0029732750189a4e07f8d0e39&id=ed31552436" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h6>Vul hieronder je beste emailadres in, dan sturen wij je tweewekelijks een email met het laatste nieuws en releases van Disney Plus!</h6>
<div class="mc-field-group">
<label for="mce-EMAIL">Emailadres: </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_0029732750189a4e07f8d0e39_ed31552436" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Meld mij aan!" name="Meld mij aan" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email'; /*
* Translated default messages for the $ validation plugin.
* Locale: NL
*/
$.extend($.validator.messages, {
required: "Dit is een verplicht veld.",
remote: "Controleer dit veld.",
email: "Vul hier een geldig e-mailadres in.",
url: "Vul hier een geldige URL in.",
date: "Vul hier een geldige datum in.",
dateISO: "Vul hier een geldige datum in (ISO-formaat).",
number: "Vul hier een geldig getal in.",
digits: "Vul hier alleen getallen in.",
creditcard: "Vul hier een geldig creditcardnummer in.",
equalTo: "Vul hier dezelfde waarde in.",
accept: "Vul hier een waarde in met een geldige extensie.",
maxlength: $.validator.format("Vul hier maximaal {0} tekens in."),
minlength: $.validator.format("Vul hier minimaal {0} tekens in."),
rangelength: $.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1} tekens."),
range: $.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1}."),
max: $.validator.format("Vul hier een waarde in kleiner dan of gelijk aan {0}."),
min: $.validator.format("Vul hier een waarde in groter dan of gelijk aan {0}.")
});}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
Hi,
You want to have an hover effect on menu text too ? if is so, then you can use a header template from tagDiv Cloud Library and edit it with the tagDiv Composer or you can use a custom css.
If this is not what you mean, please provide some more details.
Thank you!
Hi, Thank you but is not the problem. Speed Booster in my website is active. The problem is that I can’t find the scripts that tell me page speed. The scripts that print speed boosters are different. I am attaching two screenshots.
Page Speed Results -> https://prnt.sc/pjh8f7
My Scripts & Styles -> https://prnt.sc/pjh952
For example: The style of Newspaper Theme, Newspaper Child, td-block-library, tdb_less_front.css, td_legacy_main.css there aren’t.
Hi,
If you want to remove/hide the sticky menu, you need to edit the header template with tagDiv Composer, click on the sticky menu, click on the css tab -> https://www.screencast.com/t/T3TJ2hvJlD and check the display option, set it on hidden -> https://www.screencast.com/t/D57O79FFainD save the template and clear all cache.
If you are not using a cloud header make sure that these option are set on disable -> http://prntscr.com/p44m35
Hope this will help you!
Thanks.
I am so sorry but I don’t understand what “close the {} for media” means.
Thank you for the screenshot and everything, but What does “this { is not close” mean?
Those codes were copied from here and pasted in the custom CSS exactly as they were…
Should I delete the “{}”?
Hi,
If you want to use this popup -> https://www.screencast.com/t/8WdJKnv0lE0 in page on some buttons, then you should use this custom code -> https://pastebin.com/WPTcPU5A and set it in a column text -> http://prntscr.com/pj0x4r and add this custom css http://prntscr.com/pj0yf2
.wpb_text_column a.td-login-modal-js {
background-color: black;
padding: 10px 20px;
border-radius: 5px;
}
Thank you!
Hi,
From what I can see your menu icons are black -> http://prntscr.com/pj0hai
If you want to change the colors, you can use this custom css -> http://prntscr.com/pj0hz6
#td-top-mobile-toggle i.td-icon-font.td-icon-mobile {
color: #12ea56 !important;
}
.td-header-style-10 .header-search-wrap .td-icon-search {
color: #f112f4!important;
}
The code need to be set in theme panel> Custom code> Advance > css
Also if you want to have more control over header layout on desktop and mobile too, you can use a header template from tagDiv Cloud Library, use tagDiv Composer with header manager to edit it how you want.
Thank you!
Hi,
From what i can see the code should work:
With out the code -> http://prntscr.com/piyrnt
With code -> http://prntscr.com/piys1d
The code need to be set in theme panel> Custom code> Custom css and please make sure that you clear all cache after that.
Thank you!
Hi,
If that social icons are set in top bar on a header template please check these settings -> http://prntscr.com/piyo1p if you are using a default header, then you’ll need to use custom css to change the position for the social icons.
Thank you!
Hi,
I wanted to reproduce the same shadow below the header 10.
Alex told me it’s an image and he attached this image to his email.
He also gave me a custom CSS:
.td-header-gradient:before {
content: "";
background: transparent url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}
This code didn’t work so I tried to customize it (I am not a developper).
Here is my code:
.td-header-desktop-wrap:before {
content: "";
background: url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}
.td-header-desktop-sticky-wrap:before {
content: "";
background: url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}
Now it seems to be working for the main header but not for the sticky one.
Can you help me to make it work for both headers?
Thanks
Hi,
This can be a plugin conflict, please deactivate ALL non theme plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, then you can use this custom css -> http://prntscr.com/pixial
.search .td_module_16 .td-module-thumb {
position: relative;
}
The code need to be set in Theme panel> Custom code> Custom css.
Thank you!
Hello !
If you are already using a cache plugin and it works fine then you do not need but we do recommend WP Super Cache. Just keep in mind to not have 2 cache plugins at once.
Your logo looks ok on our side: https://www.screencast.com/t/2jlNGrFKpJed You will have to use some css in order to resize it bigger. That happens because of the layout of the header.
Thank you !
I found your amazing WP theme and my client loves the design. The laptop looks great but we are having problems
with the design of the hamburger menu. I am using the latest version of newspaper on our production site.
Here is the web page link to a mobile vertical and horizontal view using Iphone and Android
What we want done:
I need the custom CSS code to change the horizontal black bar to white or transparent
and the Hamburger Icon ( 3 bars ) and search icon to a black color.
Here is link to the screenshots here
Elle Gamboa
Web Guy for Red Carpet San Francisco
Trying to figure out a way to set the general author page as a custom link.
I want it to be the same as the users forum profile page. example: https://plantgrowersclub.com/community/profile/
I use wpForo and have a shortcode I can use to display the current profile. When I tried to use my shortcode [wpforo item=”profile”] in the author page template it throws off all the CSS and doesn’t look like the normal forum profile page.
I want the user to be able to click that profile picture at the top right in the header when they are logged in, and instead of displaying their wordpress author page, it should display their profile page.
This is an example of the profile page:
https://plantgrowersclub.com/community/profile/bill/
I want this to display the above link instead (or a way to change the link itself):
https://plantgrowersclub.com/author/bill/
Hello,
We’ve tried the CSS code
.td_block_related_posts .td-related-right {
display: none !important;
}
but it doesn’t seem to work…
Please help.
https://miso-press.jp
Thanks,
Hinako
I am having difficulties in eliminating l’histoire title and logo from the pages of my site. My header and footer are both the way I want them (finally), yet when I check my site and begin scrolling through the updated version I have a “floating footer” that appears at the top of each page (I refer to it as a “floating men” because it only contains my footer menu info). I have attempted to edit it via Live CSS and it changes but I cannot save it. Please help.
Hi Calin,
I’ll go with CSS customization.
Will be good to add it to the dev bug fix queuu.
Thanks again.
Regards,
Andreas
Was this meant for me? I haven’t asked about the footer…
Please can you just tell me where the option is the get rid of this black line on each section?! Or CSS to get rid? It looks like a box-border or similar when I’m inspecting it

Hi,
Unfortunately there is no settings in theme panel only for that section, you can change the HEADERS BACKGROUND COLOR but for all header -> http://prntscr.com/phswux what you can do is to use this custom css -> http://prntscr.com/phsyxw
.td_block_template_1 .td-related-title .td-cur-simple-item,
.td_block_template_1 .td-related-title .td-cur-simple-item:hover
{
color: #ffeb3b;
}
Or you can use a single post template from tagDiv Cloud Library, and you can edit with tagDiv Composer these section how you want.
Thank you!
It’s not there…I tried using the search/replace plugin but its not in the database. I looked in all the CSS theme files as well…Is this CSS created dynamically?
Thank you.
Hi,
In order to remove the column and row borders you can use this custom css -> http://prntscr.com/ph9et9
.td-pb-row [class*=td-pb-span] {
border-left: 0;
border-right: 0;
}
.vc_btn3-container.vc_btn3-inline {
padding-left: 16px;
}
.td-pb-border-top {
border-top: none;
}
.td-pb-row .wpb_column:before ,
.td-pb-row .td-pb-span4:nth-of-type(3):after,
.td-pb-row .td-pb-span4:nth-last-of-type(3):after,
.td-pb-row .wpb_column:before {
background-color: transparent;
}
The code need to be set in Theme panel> Custom code> Custom css, also make sure that you clear all cache after you set the code.
Thank you!
Sorry but my sidebar hasn’t been created with tagdiv composer.
Furthermore I don’t see “recent post” widget in tagdiv composer.
So, maybe a css code can solve my issue ?
Best regards