- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello,
If you only to hide the comment box and the author box on the post, you can hide it from CSS tab => https://www.screencast.com/t/VvY2QSGN291 or if you want you can delete the comment box and the author box with right click => https://www.screencast.com/t/erBFvF4Z7
Hope this helps you!
Thank you!
Hello !
Please try this CSS code for this: .td-search-icon i{
margin-right:290px;
}
The code must be inserted in here: https://www.screencast.com/t/kGiNXZHB
Let us know the result !
Thank you !
Hello,
Please try this code
.td-scroll-up {
display: inline-block;
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Let me know the results!
Thank you!
Hi, I need to change this color (black to white): https://i.ibb.co/Qmnd775/Immagine-2021-02-22-123315.png
I changed setting to: https://i.ibb.co/qNXGjVR/Immagine-2021-02-22-123734.png without success
I can change icons via css without problem, but i can change header mobile color via css.
PS: I don’t want to use the mobile plugin because it changes my whole home page.
Hello!
If you have a backup, then you can try to do these steps:
1. Please take a look for this advice before updating: https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/
2. I recommend you to make a backup and update plugins and the theme via file transfer, so that you don’t face any error: https://forum.tagdiv.com/how-to-update-the-theme-2/
If not, then the issue could be a missing plugin or settings which has return by default because of the update or some custom CSS.
Thank you!
Hello @Bettina 🙂
I have just one more question about that.
When I switch the pagination to “Next Prev Ajax” I get 2 small circles and arrows. What CSS code should I use to make those circle bigger?
Thanks in advance 🙂
Hello,
How do you want to change the space around the “Load More / Ajax Pagination” buttons?
This can be done only with custom CSS, in order to be able to help you please send me a link to the page and on which block you want the change.
Thank you!
Hi!
You don’t can achieve that by additional CSS. One solution for this could be to resize the image before updating in your Media, so you will be sure that the shape is square.
Hope that helps you!
Thank you!
Hello,
Please edit the category page with tagDiv Composer, select the category description and you can hide it from the CSS tab on each viewport => https://www.screencast.com/t/aVKsRmSYhOp9 or if you want you can remove the description with right click => https://www.screencast.com/t/ownSUSoY
If you edit the description you need to go in Posts -> Categories select a category and edit it => https://www.screencast.com/t/S3x9GRLpHk2
Hope this helps you!
Thank you!
Hi,
That option is for the Gutenberg table and there was a solution provide in this topic https://github.com/WordPress/gutenberg/issues/19659
Unfortunately the only way that I can help is to provide a custom css to change the color.
Thank you!
Hi,
I would like to have a custom logo size in the News Week theme, for header and footer, both on desktop and on mobile.
I understand I would need some custom CSS code, would you be so kind as to provide it please?Thank you
Eduardo
Hello, I am using ‘Block Header 8’ in my Flex Blocks / Single Related Post blocks etc, to display my titles. The line next to the title is grey. I can’t locate the CSS to change the color from grey to something else. Please can you advise? Thank you
OK thank you. And how can an additional css change the jpg dimensions from 324×235 to 324×324? I really care that the graphics are square
Hi, problem solved by clearing all css for icon boxes!
Thanks for all your help.
Love and light,
Derek
My Website KhabarSatta.com And This Is Category Click Here I Want to Hide Category Description Please Tell me How Can I Hide
I Used Css .td-category-description {
display: none;
} But Not Working
HI,
Normally that image should be set on the centre without using extra custom CSS when this is need usually is a plugin conflict, please make a test only with tagDiv plugins, clear all cache and try again.
For style 1 you can try this code
.tds_icon_box1_wrap {
right: 8%;
}
Thank you!
Hi,
As I said before if it is not a cloud header or mobile theme plugin then you cannot disable it.
The only way is to hide it with custom CSS.
Thank you for your understanding!
Thank you Anamaria. The text in the icon boxes is now centered correctly. Unfortunately the shadow lines are not. I would like to get rid of the shadow lines altogether and revert to the Style-1 default icon boxes. Unfortunately when I use the default I still have the same problem with the text centre alignment on mobiles. What custom css would I need to correct it?
Thank you.
Hello,
Please set the code in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://prnt.sc/100wh84
Let me know the results!
Thank you!
Hello!
1. Add this CSS code and you can change the values with the one which is suitable for you and will apply for all captions on your website.
figcaption {
font-size: 11px !important;
font-style: italic !important;
font-weight: normal !important;
color: red !important;
text-align: center !important;
}
2.
.td-scroll-up{
background-color: red !important;
}
Hope that helps you!
Thank you!
Hello,
I’m sorry I didn’t understand exactly what you want.
If you want to use the WordPress option, then you can just hide the create account link, with this code
.mfp-content #register-link {
display: none;
}
https://prnt.sc/100riwl
Set this code in Newspaper -> Theme panel -> Custom code -> Custom css.
Hope this helps you!
Thank you!
Hello!
For the default templates, there is no setting to achieve that.
You will need a CSS code to hide author’s name.
Thank you!
Hello,
I’m sorry for the misunderstanding.
By default, there are some margins set on each element and those are not display in the CSS tab, to remove theme you can assign margin 0 on elements. => https://prnt.sc/100pmmh
Also, you can use negative values ” -10 “, if the value 0 is not removing the entire empty space.
Thank you!
Hello !
Unfortunately for this it will require custom work which is not covered by the support team. CSS coding only helps aesthetically, it will not remove the call action that is being made at the moment.
Thank you for your understanding !
Thanks once again. I found the conflicting plugin. The composer is working fine now. Will appreciate a CSS code for the condition below:-
1. I noticed that the single post image captions are in Italics and video captions are in normal style in both desktop and mobile version of Newspaper theme. Is there a CSS code possible on single posts which can give me uniformity and control on all captions (both image and video inserts) in terms of font size, colour, style and alignment?
Thanks in advance. I really appreciate the help from Newspaper team and have started to love the theme as well.