- 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
Hello wzoune,
Unfortunately, the theme does not have any such an option and plugin for this functionality, sorry! You should use such a custom CSS code and hide the pagination for mobile devices.
Thanks for your understanding!
Hi,
You can set it from css, select the column , click on css, then set the width in % like this: https://www.screencast.com/t/KcUF9WQX
Thanks.
Maybe something like this – https://www.screencast.com/t/m9QoiYcZm9u
Also when sticky – https://www.screencast.com/t/shgOtwIlSIH
This is the code for it, if you decide to use it enter it in Theme panel->Custom code CSS section
– https://pastebin.com/VqSwBPqd
It can be modified if needed or it’s not exactly what you wanted.
Thanks for reply,
1. I asked the hosting supporter for cache and he showed me hot to disable opcache on server.
2. I fixed images cropped on Module Flex 1 by modified the child theme
3. I tested my site again with Google PageSpeed and they showed 4 css are render-blocking include td-composer css and theme css
” alt=”css render-blocking” />
i was send acount info to contact@tagdiv.com
Dear sir,
I have some problems for the Newspaper theme css. My website link is http://www.globalnewstimes.com.hk
When I click every button or link in the website using chrome. It’s will reloaded the CSS file every time. How can I fixed it?? Sometimes will also happen in Microsoft Edge.
Cheers
Kit
Hi,
This is probably a simple question but I couldn’t figure it out.
How do I decrease the gap between my page content and the menu? Right now there is a white space gap in between and I would like to make it flush with the main menu. I’ve tried adjusting the CSS on the element on the page (setting it to -50 for example) but this doesn’t seem to work. Is there a universal setting somewhere that controls this?
Thank you
HI,
Insert this code in Newspaper > theme panel> custom code > custom css and all underline from mouse hover will disappear :
a:hover{
text-decoration:none!important;
}
https://www.screencast.com/t/OOxSWaoAt8n
See results:
https://www.screencast.com/t/Fuhbz2EI6vmq
Thanks.
Hi Eivind,
This is such additional customization which should be done by yourself, using the Inspector Browser. You should add some CSS code to customize the category tag.
Thanks for your understanding!
Hi,
Yes this is possible with custom css, please add this css in Newspaper> theme panel > custom code> custom css
.td_block_big_grid_fl_4 .td-big-grid-wrapper .td-meta-align{
position: absolute;
top: 35%;
text-align: center;
}
See results: https://www.screencast.com/t/qD3YimODGsr
Thank you.
Hi,
If you refer to header template ( https://www.screencast.com/t/gNHtT6U1hH ) , you can use one of the 3th multi-purpose, you can edit it from newspaper > theme panel > multi-purpose ( https://www.screencast.com/t/HtHh1it2GSUY ) .
The font from youtube player can be change only with custom css ( https://www.screencast.com/t/H8YMOdl7EgSZ ).
Thank you.
Hi,
1. You could select a block header style which features a center aligned block title. For example this one
– https://demo.tagdiv.com/newspaper/block-header-6/
If you mean the post titles in modules, you could use some CSS. For example this code will apply for block 4 only
– https://www.screencast.com/t/MfE8pedH
.td_block_4 .td_module_2 .entry-title {
text-align: center;
}
CSS codes can be entered in Theme panel->Custom code – CSS section.
2. Block 10 on a full row will display like this
– https://demo.tagdiv.com/newspaper/block-10/
These predefined blocks will always look like they are designed to.
However you could use a flex block, set one module per row, hide the image and excerpt and center align it (flex block 1 used in this example)
– https://www.screencast.com/t/IWTlEc3mKaq
The flex blocks are highly customizable, default blocks can only display in a predefined way. Experiment with these blocks and you should obtain the result you want.
Thanks
For phones enter it in the phones section and it will work. There are also sections for tablets you can use if you want to.
The code you mention will apply to posts that use the default post template.
Or you can create codes withe the media queries you want and enter them in the default Custom CSS section
– https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Hi,
Please check in Newspaper > Theme panel > Theme Fonts > header and set transform to none for your main ( https://www.screencast.com/t/b6GA3NVc7RA ) see if underline disappear, if not please check if you have some custom css set in Newspaper> theme panel > custom code .
If the problem persist, please provide your website url for a closer inspection.
Thank you.
Hi,
I’m afraid that can by done just add an extra class on elements, and add custom css for it ( to display none, or to reverse the position of fields ).
You can provide your url to take a look at your website, in this way i can give you the right answer.
Thank you for your understanding.
Hello WarpZoneME,
You should use the code below and place it in the Theme panel -> Custom CSS area.
ul.sf-js-enabled>li>a>i.td-icon-menu-down:before{
display:none;
}
Thanks.
Hi,
Try it like this, the code will apply only to the titles in the slide element
.td_block_slide .entry-title {
background-color: ;
}
Use any color you want, use a generator for example if you want
– https://www.css3maker.com/css-3-rgba.html
Or even set a shadow for the text
– https://html-css-js.com/css/generator/text-shadow/
Thanks
Hi,
I could take a look and try to give you a CSS solution. Provide a link to your website.
Hi,
That is possible whit custom css, if you add this custom css in newspaper > theme panel> custom code> custom css
.td-post-template-9 .td-post-content .td-a-rec-id-content_top .td-all-devices, .td-post-template-9 .td-post-content .td-a-rec-id-content_inline .td-all-devices{
display:none;
}
the ads will disappear on the post template 9
https://www.screencast.com/t/ZmpyWWEfW
See results:
https://www.screencast.com/t/Olmfh9bzY
Thank you.
Hello
If there is no connect with homepage the breadcrumbs will no appear (read about breadcrumbs https://forum.tagdiv.com/breadcrumbs/ ).
But, you can do it with pagebuilder+ page title
https://www.screencast.com/t/PNInwIKMOdXv
and add this custom css in Newspaper > theme panel> custom code > custom css
.td-page-title {
display: none;
}
https://www.screencast.com/t/9RJvImakwx9A
See results: https://www.screencast.com/t/Wil98a6uT8
Thank you for you understanding.
Hi guys
Hope you’re doing great
I can’t edit the font for td_block_video_youtube
Is there a way to do it from the theme panel or does it have to be done via CSS? If so how do I do it?
Would also be great if there was a way to edit the header template and border colours etc. ?
Thank you!
what is the CSS to add to make newsmag theme LOGO bigger. My logo is a circle and you can barely see it on my iPhone.
Hi,
I need help please, i want to hide some post content on mobile devices, so i tried to do it by the Backend Editor but didn’t work for me
I got this :
Fatal error: Uncaught Error: Class ‘td_css_res_compiler’ not found in /home3/wahxjo0aezwi/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:171 Stack trace: #0 /home3/wahxjo0aezwi/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(133): vc_row->get_custom_css() #1 /home3/wahxjo0aezwi/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(324): tdc_composer_block->get_block_css(NULL, false) #2 /home3/wahxjo0aezwi/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ”) #3 /home3/wahxjo0aezwi/public_html/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(”, ”, ‘vc_row’) #4 [internal function]: do_shortcode_tag(Array) #5 /home3/wahxjo0aezwi/public_html/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘<p><!– BEGIN T…’) #6 /home3/wahxjo0aezwi/public_html/wp-includes/class-wp-hook.php(286): do_shortcode(‘<p><!– BEGIN T…’) #7 /home3/w in /home3/wahxjo0aezwi/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 171
The link appear underline for main menu, tags, etc while hover. Not like demo. How to solve this? I know i can change the css, but see the demo by default should be no underline.
Maybe because i’m not using mega menu? Anyway i’m using newspaper theme (sport)
Hi!
1. Before gradient worked well, and now only 1 color.
2. It’s all good! I also wanted to ask – how do I add CSS Class to this button? (fancybox-inline)