- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
Please try this custom css
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
border-radius: 10px;
}
If this is not working, please provide me a link to your contact form 7 and I will provide you a css for radius button
Thank you!
Hi,
If you want to change the color of social icons from top bar you’ll need to use a custom css, here is one example for instagram -> https://www.screencast.com/t/lmJuIGsfk
Also if you want to change the color only for search you can use this custom css ->https://www.screencast.com/t/bjdapchN
.td-drop-down-search .item-details h3 a{
color: red;
}
.td-drop-down-search .item-details h3 a:hover {
color: blue;
}
Or you can use the header builder -> https://www.screencast.com/t/Kkb8aHnhh -> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Thank you for your understanding!
Hi mclanfranconi,
Unfortunately, it seems to be a strange issue regarding your Google AdSense. We have made some tests on my website and the Google Adsense code seems to rule as expected, without any problems. Notice that our theme only take your Ad Code and display it on the frontend and it is not changed by the theme, sorry! Please check the code below and place it in Theme panel -> Cusotm CSS Area and check the results. As a quick solution ->
@media(max-width:767px){.adsbygoogle{
margin-left:-20px!important;
}
}
The result is here -> https://www.screencast.com/t/KDduY2pxdPCz
Thank you!
Hi,
I think that you insert a custom css in theme that force the width of website to be set to full, please remover all code that you have insert in theme panel.
Also please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you for your understanding!
Hi,
If you are using the mobile theme you can use the the options from Theme panel> Mobile theme > Mobile settings -> https://www.screencast.com/t/RnMxxIHsS
If you want to remove it from the responsive version of Newspaper theme, but only from mobile not from desktop too, you’ll need to use a custom css
https://www.screencast.com/t/5kENIVneS
.td-menu-login-section {
display: none;
}
Set the code in Newspaper>Theme panel>Custom code>Advance css>Phones
Thank you!
Hi,
The post template style 6 have set the post title to cover a part of the feature image, so this will not be show in full size.
The only think that I can do for you is to provide a custom css only for this post
-> https://www.screencast.com/t/bVBIDgjnT0
.postid-5963 .td-post-template-6 .td-stretch-width {
width: 56.80%;
}
Thank you for your understanding!
Hi,
I do not quite understand on with history/path are you referring on page.
If you are referring to this breadcrumbs -> https://www.screencast.com/t/PS19rZxju please change the page template to default ->https://forum.tagdiv.com/page-templates-2/
or use this custom css
.entry-crumbs {
display: none;
}
Thank you for your understanding!
Hi,
You can try this custom css
.category-gadgets .td-module-meta-info .td-post-date::after {
content: " - Sponsored Post ";
}
All you need to do is to check your category like this
-> https://www.screencast.com/t/XbgOG9g0SXw
But notice that this code will work only on default templates, will not work with cloud templates.
Thank you!
Hi,
Unfortunately, the theme does not have any such an option that allows you to change the height value, sorry! Notice that value automatically comes with the theme and which is 580px, the height of the thumbnail which is used by that slider, as you can see here ->
https://www.screencast.com/t/hmGFGs5g3fDo Te only way in this case, if you want to change this value is to do it manually, through such custom CSS code. As an example, you can use the code below and place it in Theme panel -> Cusotm CSS area.
.td-theme-slider.iosSlider-col-3 .td_module_slide {
height: 500px;
}
Hope this helps!
Thank you!
Hello Calin
I tried the both solutions, Homepage settings to default and Css but none work. Please help.
Thank you
Hi,
I have checked your website and I saw that your Footer section seems to look good. Did you have resolved in the meanwhile? Also, if you want to change the font-family for your Popular Category section, you need to use the code below and place it in Theme panel -> Cusotm CSS area.
.td_block_popular_categories.widget_categories a{
font-family:Verdana!important;
}
The result is here -> https://www.screencast.com/t/c8DnqDMGjzGr
Note: The font you want to change should have to beloaded from your Theme panel if you want it to be applied.
Hope this helps!
Thank you!
Hi,
If you want to affect this section from such custom CSS code you need to change the following values from the below code:
.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px;
}
After this, you need to add this code in Custom CSS code from your Theme panel and Save it.
Hope this helps!
Thank you!
Hi,
For what I can see in your website the ads are center, the rest of content is not center -> https://www.screencast.com/t/7OjSK83AY8
Please try this custom css -> https://www.screencast.com/t/ZCTFY42v
.widget .g {
max-width: 100%;
}
Thank you!
Hi,
Please make sure that you set that code in Newspaper > Theme panel> Custom code> Advance css> IPAD -> https://www.screencast.com/t/LEc8MSmX22Q
In this way the code will apply only on iPad ( tablet ).
Thank you for your understanding!
My first question concerns the Newspaper built-in “Related Articles” functionality. Is there a way to make the posts that are fetched more accurate to the article that they are below? There is only the option to select between “Categories” or “Tags”, but either option results in articles that are not similar to the post they are associated with. There are some other Related Post plugins which fetch more information such as words in a headline or combining tags and categories for more accurate, similar posts. Is this something that Newspaper’s option can achieve, or is that something that would need to be added later?
My second question relates to this picture and the position:
https://i.imgur.com/OtYWPId.jpg
The “Related Articles” by Newspaper is where I want it: completely after the post (so after the pagination, tags, and previous/next articles). But if I want to use my other “Related Posts” plugin, it goes above the pagination. What CSS would let me displace the position of this plugin’s widget to the same position as Newspaper’s “Related Articles”?
Or, relatedly, is there a way to force the pagination through a page break in a post to go immediately underneath the written post content?
Hi
I’m new to WordPress, just familiarising myself with this theme and would like to add a 1pt line with the colour #557b85 at the bottom of the header (header style 2) that runs the header length.
My CSS is practically non-existent so am stuck.
Any and all help appreciated.
Thanks.
Best Wishes
Gary
Hi Calin,
What I mean is that at the top of any Post in a certain category I’ve titled “Sponsored Content”, readers will see this:
“Post Title
Author Meta Date Meta – Sponsored Post –
Post Content…”
I’m not trying to change any info that appears in modules. I just want to inject text at the top of certain Posts, in this case the words “- Sponsored Post -“. It should appear next to the Date meta info at the top of these Posts.
Since I want that text to appear on every article in one particular category, I’d think a little CSS snippet would do the trick.
Let me know if you can help. 🙂
Hi Catalin, Thanks for the reply. I want the footer content from the Theme Panel to appear in column 1 of the footer. Then, I want other blocks to appear in column 2 and column 3. In your example, you added a “Block 1” block in the Footer 1 widget, and that block appears below the footer from the Theme Panel in column 1 – not to the right of it in column 2.
So I tried work-arounds. First, I left the Footer 1 widget empty, and then put the other blocks into Footer 2 and Footer 3 – but it didn’t work that way. So next, I put a ‘Custom HTML’ widget into Footer 1 with the color to be #222222. But I could not figure out how to make an empty row that is not white. Can you please reply with a snippet <div> (code) </div> that will insert an empty row with the color #222222 ?
Also, I don’t understand about using CSS code to change the font-family. Can you please provide an example, and tell me where to place it? Thanks.
-
This reply was modified 7 years by
steve@tvstrategies.com.
-
This reply was modified 7 years by
steve@tvstrategies.com.
yes there was code there. I deleted it and they are STILL Showing. So frustrating.
BUT
I did the upgrade and it says I am missing index.php
AND
A child theme CSS
???? I’ve never had a child theme for this. Now What?
-
This reply was modified 7 years by
ComfyCozyHome.
Hello,
I use the Newsmag theme on my website, I want to change the appearance of the post image caption, but I did not find the CSS code.
Please help with the CSS code. My website at http://www.rudiberbagi.com
And here is a screenshot of the image caption I want to change : http://prntscr.com/nb2t4a
thank you
Regards
Rudi Hadi
Hi,
I am using Flex Block 3 on my homepage.
Is there a custom CSS code I could use so that my excerpts are displayed for all posts and not just the latest one?
Thank you
Josh
I had to turn the Tag Duv cutomizer off due to conflicts with WP Bakery. Is there any way using CSS that I can increase both the header size as well as the logo size?
Hi,
The blocks are only for the post that are in your website, you have links to others websites, for those you’ll need to use a custom css -> https://www.screencast.com/t/fFyq3s1its8
The code need to be set in Theme panel>Custom code>Custom css ->
.td-ss-main-sidebar .widget_text a{
color: black;
}
.td-ss-main-sidebar .widget_text a:hover{
color: red;
}
Fell free to change the colors.
Thank you!
Hi,
I can help with a custom css if you have the – sponsored post – text, maybe with custom fields you could display additional information in the modules, like this example with the advanced custom field plugin
– https://forum.tagdiv.com/topic/add-additional-fields-to-posts-in-category-grid/
But in cloud post templates I remember trying to display these fields by shortcode, but it did not work.
Thank you!
Hi,
Please add thsi custom css in Theme panel>Custom code>Custom css ->
.td-boxed-layout .td-container-wrap {
width: auto;
}
-> https://www.screencast.com/t/MwIkKiOsAHOg
Also, I have checked the period of your support and it seems to be expired, as you can see here -> https://www.screencast.com/t/wF9w6JP13V5p
Check our support policy -> https://forum.tagdiv.com/support-policy-2/
Thank you for your understanding