- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
Actually the thumbnail is bigger, this is simply the design that was decided. If this is required for you you could increase the thumbnail size of the front page grid with a code like this
– https://www.screencast.com/t/6oe0SSbxm
This is the code used in the example, if you decide to use it enter it in Theme panel->Mobile theme->Custom CSS
.home .td_module_mob_2 .td-module-thumb,
.home .td_module_mob_2 .td-module-thumb a:last-child {
height: 250px;
}
You can make modifications to it if needed.
Hi,
I have a problem with css of site, when I’m logged in admin panel. Pages of front-end load a different type of font and a different size of it.
my site: http://www.opinione-pubblica.com
Thank you and my best regards!
DeAmbris
Hi,
The black background of the demo will not be inherited by the mobile theme, the mobile version will be different than the desktop version. The mobile theme does not have demos at the moment, coloring it is a similar way will require CSS code. This is a similar topic you can read
– https://forum.tagdiv.com/topic/mobile-theme-once-youve-gone-black-youll-never-go-back/
Thanks
Hello bengaloorism,
Sorry but I do not exactly understand what you want to change, unfortunately! Provide more details about your desired changes and also, please notice that each modification involves doing such custom work and we cannot provide something like this at the moment. I suggest you read the following guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and try to create your own custom CSS code.
Thanks.
I updated newspaper theme to 8.7.3 from 8.7.2 and I see this error on frontpage
wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “f_title_font_size” as “tds_newsletter4-f_title_font_size” The list with available atts is in td-multi-purpose.php register_templates()
/home/newswebsite1/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php
Please help
Hi,
Once entered in the theme panel ad spot the ad will be displayed on all pages. Maybe a solution would be to hide it if you are not using Adsense, just for that page. That is possible with a CSS code. I could give you a solution if that is the case and you can provide a link to the page.
Or maybe use the empty page template for the landing page but then the whole header and footer will not be displayed.
Hi,
For the text color on hover there is no setting indeed. So you want the text to be of that color when the menu item is hovered and active
– https://www.screencast.com/t/hkMdLXKChr4g
This code will color the active menu item text and on hover, enter it in Theme panel->Custom CSS section and it should work properly
.td-header-wrap .current-menu-item a,
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a:hover {
color: #231803!important;
}
Thanks
Hi,
I believe you are referring to the author box, like this one
– https://www.screencast.com/t/VwWuGRbOeM
This can be enabled/disabled in the theme panel here
– https://www.screencast.com/t/LQvFC1lk
Once enabled it will appear in all the post pages. It cannot be removed for specific posts, unless maybe with code modifications or CSS code even.
Thanks
Hi guys,
I have just installed the mobile theme plugin to my website.
My website, uses the black theme demo.
In the mobile theme settings panel, I can’t see an option to make the background color black – as is my normal theme.
This make my normal theme to be black and my mobile theme white.
Is there anything I can do to fix this? Maybe a CSS Code?
Hello Dennis,
Try the code below and place it in Theme panel -> Custom CSS area.
table td{
font-size:18px;
}
The result is here -> https://www.screencast.com/t/ssNnhfgo0Z
Hello Catalin,
Okay, now back to the original problem, this black frame in the block header is always there without the css code, (https://www.dropbox.com/s/w04isdins4obt74/Screenshot%20%28211%29_LI. jpg? dl = 0) with the TD composer I can only change the outside colors, but black is always there, it can not be the solution with the CSS code …. I have now taken out the CSS code so you do it yourself you can watch. With the CSS solution I’m not happy, I also like the recommended, Theme reinstalled, Child Theme new. Cache emptied, settings reset, it did not help anything. Here again the website: Catrelax.de
Version 8.7.3 – April 18th, 2018
new: font settins can now be saved as a preset and apply on all the blocks from tagDiv Composer easly
fix: pinteres board url
fix: facebook videos support now works again
fix: we updated to the latest instagram api, this should fix all the problems
fix: updated multipurpose plugin with fixes for: boarders, image settings, newsletter and font settings
fix: Big grid slider with no posts
fix: Various css fixes
fix: header ad when block template 17 is used
fix: gallery slider now works in pages as expected
fix: background click ad on template 8
fix: amp points and percents are working as expected now
fix: css fixes for trending now block
Hi, I would like to change the ACTIVE & HOVER TEXT COLOR of my main menu. This option is available in the Theme settings for the sub menu, but I also want this for the text color of the main menu hover. How can I apply this in the custom css?
My website is: http://test.majalla.nl
I want the main menu active & hover text color to be: #231803
So that the text color is white on the regular main menu background, but turns to black #231803 when the hover background color changes to orange. This would improve the contrast between text and background.
Could you help?
Dear Catalin,
Thanks for the great support. Your custom css works for the bullet Point, but not for the Content in the table.
Thanks
Dennis
Hello fojameru,
Please notice that our theme does not support full width but if you want, notice that you can try using our full-width elements from here -> https://demo.tagdiv.com/newspaper/full-big-grid-1/
Unfortunately, please notice that our theme does not support any full-width page and that’s why you cannot achieve this, sorry!
Our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Thanks for your understanding!
Hello Alex89,
If you want a hover effect you should do it yourself with such a custom CSS code according to our Inspector Browser guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find all the steps which are needed to follow in order to create your own custom CSS code.
Thanks for your understanding!
Hello Dennis,
If you want to target this section, you should use the code below and place it in Theme panel -> Custom CSS Area.
.wpb_text_column li{
font-size:20px!important;
}
The result is here -> https://www.screencast.com/t/oOFOLYHFe
Thanks.
I have tried this as well. For example I created a code to remove the post title in the post page
– https://www.screencast.com/t/5QDVLxwBbLPx
– https://www.screencast.com/t/Dcai5wh74b
I then entered it in the child theme stylesheet (be sure that the child theme is active)
– https://www.screencast.com/t/GAUpB5TsZYA
The code applies – https://www.screencast.com/t/AnJDoQfs642R
Then I tried in the main theme style.css file
– https://www.screencast.com/t/uQlreldT4jp
I had to force refresh the page in the browser in this case, in order to see the changes.
I have now linked the Tittel with the respective category, then I had to rewrite the Css code so that the colors are displayed correctly, CSS code (
.block-title a, .block-title span, .block-title label {
padding: 5px 12px 5px;
line-height: 8px;
background-color: # 399998
})
Now I want that the Tittel gets a hover effect, how can I get it?
Hallo Catalin,
Okay, so I deleted Child Theme, deleted cache, updated theme via FTP and reset the settings. But unfortunately it did not help, so it’s still CSS, I can live with it but it’s not nice, can it be related to PHP 7.2?
I updated to the latest 8.7.3 for two different sites and one of them is giving me an error on the main home page. The other site is working perfectly. The code is below. It is for the site https://epicdigest.com I updated using ftp. You could check out how the page looks visiting the site.
wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “f_title_font_size” as “tds_newsletter5-f_title_font_size” The list with available atts is in td-multi-purpose.php register_templates()
/home/juicee5/epicdigest.com/wp-content/themes/Newspaper/includes/wp_booster/td_css_res_compiler.php
Thanks for your reply. I did as you suggested, but it had no effect on the title’s color combination. I do get some error messages, here is a screenshot of what I get: 
Hello
More and more on the site, the buttons have a big nice look to be seen and invite our visitors to click on it.
Here an example of the difference on my site: https://www.virtualmagie.com/boutique/tours/en-route-john-guastaferro/
First is the button from the theme (small and not very nice look :)).
The second one is coming from a third party.
Maybe you will do some change on next updates?
Before that, how I achieve to have the same look than the orange one (color, size, margin, round…)?
Same for the one here https://www.virtualmagie.com/boutique/panier/
+ the size and look of the coupon code field.
I suppose I only have to copy paste some code in the Custom CSS theme panel.
Kind regards
For me the website does not look like that
– https://www.screencast.com/t/CpDKxrNAkW
That CSS code is not found in the page. So maybe the issue happens only for admin, if you disabled the admin bar for other roles. How exactly did you remove the admin bar? I could try as you did and see what exactly happens.
Sure, code is valid of course… I have configured code in “Custom CSS” template function, but, when I moved where you told, it does not work…
I don’t have caching plugins or CDN…