- 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
I’m searching param in the CSS file but I don’t find
The logo should occupy the full height of the header (100%), it is intended. You could use some CSS to make it smaller and add a margin but this CSS can only be entered in the plugin itself. The AMP plugin does not have a custom CSS section at the moment
– https://forum.tagdiv.com/topic/how-to-change-this-color-and-text/
Something like this maybe – https://www.screencast.com/t/BFsSVhOX
#td-header-menu .td-main-menu-logo .td-logo .td-amp-site-logo.i-amphtml-element.i-amphtml-layout-fixed.i-amphtml-layout-size-defined.i-amphtml-layout {
max-height: 50px;
margin-top: 5px;
}
I had a few lines of code in the live css editor, so I finally came up with this to make it work.
.td-header-style-1 .td-mega-menu ul { position: absolute; left: 556px !important; }
.td-header-wrap .td-header-style-1 {max-width:1600px}
.td-header-style-1 .td-header-row {max-width:1600px}
.td-header-style-1 .td-header-main-menu {width:100%}
.td-header-style-1 .td-header-sp-recs {float: right;}
.td-header-row {width:100%}
.td-header-style-1 .td-header-row .td-header-sp-logo {margin: 28px 10px 9px 0;}
.td-header-style-1 .td-header-row .td-header-rec-wrap {margin: 0 0 0 180px;}
Okay Man,
in first place : You guys should support RTL because your theme one of the best themes on themeforst. so its your responsibility to make the theme more better in next update.
Anyway, can you help me to reach the CSS of the menu of mobile veiw. and the menu of the desktop veiw. I will work on it, I just wanna know it CSS then I can change it.
Hi Simion,
Thank you very much for your prompt reply.
Sorry, I mistakenly said it was the black. In fact, as you indicated, it was the business.
The reason I was interested in this demo was that I am working on a website that contains many posts without images. It will be urgly to use some default image for thumbnails. I know that there are some no-thumbnail blocks but the business demo showed another solution. With td-business-home-row go with a row every block15 in that row will be displayed beautifully without thumbnail.
I have some questions would like you to help with:
1) What is the best way to make any block displays without thumbnail?
2) Is it true that the definition of a extra css class should be in put in the Custom Code of Theme Panel as in some tutorial? Why can’t I find the definition of td-business-home-row or any other there? Or you put it directly in some css file when building the demo? Is it a recommended practice or just a shortcut of tagDiv?
Thank you very much.
Sol Nguyen
Hi,
Using Cloud library category templates that is possible easily
– https://www.screencast.com/t/DGdmekzu8V
All the current cloud category templates (including a blank one) can be previewed and even edited here, if you want to take a look
– https://affiliate.tagdiv.com/#/load/Category
With default category templates you could use the settings Yoast is adding for the description
– https://www.screencast.com/t/J3xPmxzejnZy
This way it will have priority over the color set in the cloud template, if you were to use both the color setting in the template and the Yoast setting.
Or with CSS as you mention, for all the descriptions at once, with a small modification to the code
– https://www.screencast.com/t/vsNxEI138RNU
.td-category-description p{
color: black;
}
Please let me know if you have more questions.
Thanks
Hi,
Please notice that the speed of your website depends on how well your site is optimized.
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
Hi,
In order to do this you need to set some custom css.
You need to set the Article title position under image and info position above title
https://www.screencast.com/t/Ik6UYX7yV
Please paste this custom css in Newspaper>Theme panel>Custom code>Custom css
.td_module_flex_5 .td-editor-date{
float:left;
padding: 5px 5px 0 0;
}
https://www.screencast.com/t/XWAaaIFB
If this is not working please provide a link were I can inspect the problem.
Thank you.
Hi,
Please provide a link were I can find this problem, in this way I would be able to give you the right css.
Thank you for your understanding.
Hi,
Use the code below and place it in Theme panel -> Custom CSS Area.
.td-mobile-content a:hover {
background-color:green;
}
Thanks.
Hi,
The css is take from style.css, that is just the path with the extension to get the css.
Please provide some screenshots with the change you made and the result you want to achieve.
Thank you.
Hi,
Please try this custom css paste the code in Newspaper>Theme panel>Custom code>Custom css
.entry-review-stars{
background-color: gray;
color: white!important;
border: 1px solid lightgray;
padding: 5px;
font-size: 14px;
font-weight: 600;
float: right;
}
Feel free to change the css/color.
Results: https://www.screencast.com/t/5iIsrCZiF81
If there are some problems please provide a link were I can inspect the problem.
Thank you for your understanding.
I have tried, not fixed.
I have tried to add this CSS to the code. It would fix it. But the code is not being applied. How to add this CSS to amp site?
.td-amp-site-logo {
max-height: 40px;
max-width: 200px;
margin-top: 10px;
}
Thank you.
Hi Tagdiv!
I have a problem After using the arabic language is a defualt language of the theme.
First : the menu button of “Mobile Verson” gose to Left and merge with the search button. I want reach it Css, to change it postion to other diraction or move the search button to the old place of the menu button.
Img : https://imgur.com/a/lJxwPkE
Second: I want to keep the dropmenu sign in the same place it was be before changed the theme language from EN to AR.
Img : https://imgur.com/a/zkXwlOs
my webstie : https://www.iraqcoders.com
Thanks Simion, All is resolved.
One more thing
https://stories.postindustrial.com/category/podcast/drinking-partners/
I’m attempting to change the color of the category description with the following CSS with no luck:
.td-category-description {
color: black
}
Thanks again, H
Hi,
Please replace the above custom css with this one
.td_block_big_grid_4 .td-big-thumb{
border-radius: 10px;
border: 1px solid black;
}
Thanks.
-
This reply was modified 7 years by
Calin.
Hi.
My client has asked to make it possible to place the site logo (enola.be) to the left so it matches with the start af the menu, and to move the advertisement to the far right so it matches with the magnifying class on the far right.
I’ve searched and tried but nothing tends to work, at least not something that works on different screen sizes.
What I have added so far is this in the css theme panel, which already moved the menu to the far left and a width of 1600 px (which now matches nicely with the site contents).
Can you help me please with this one ?
.td-header-style-1 .td-mega-menu ul { position: absolute; left: 556px !important; }
.td-header-wrap .td-header-style-1 {max-width:1600px}
.td-header-style-1 .td-header-row {max-width:1600px}
.td-header-style-1 .td-header-main-menu {width:100%}
The link to the website is here: http://v2.enola.be/
And what we’re looking for in the end is this: 
Hello,
Please notice that the speed of your website depends on how well your site is optimized.
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
And that’s ok, but as you can see, the main file of the website do not link at style.css but at style.css?ver=8.8.2
<link rel=’stylesheet’ id=’td-theme-css’ href=’https://informatorecoopfi.it/wp-content/themes/Newspaper/style.css?ver=8.8.2′ type=’text/css’ media=’all’ />
and when I edit style.css, the website do not detect the change
(see it at https://informatorecoopfi.it)
Could it be a webserver configuration issue?
I am trying the demo black version and saw the extra class td-business-home-row on homepage. I couldn’t figure out where did you put the css to learn and customize. Please explain. Thank you.
Hi,
Now this is unusual. While searching for the class that sets the extra arrows within the theme, no results were found.
So I then searched in the plugins folder, seems a WP rollback plugin I had installed has CSS that applies for the arrows for some reason
– https://www.screencast.com/t/snvpK7P3n3n
But while having it active in my case those arrows do not appear as they do for you, if you as well have that plugin installed and active
I could give you a code to remove those extra arrows however
– http://prntscr.com/lqjbxx
.mfp-arrow-left:after,
.mfp-arrow-right:after {
display: none!important;
}
.mfp-arrow-right:before {
border-left:none;
}
Thanks
Hi,
Did you paste the custom css in Newspaper>Theme panel>Custom code> Custom css ?
https://www.screencast.com/t/EVUULFUQg3L9
Please provide some screenshots with the implementation you made.
Thank you.
Hi,
With some CSS that could be possible. What header style would you like to replicate from the existing ones?
– https://demo.tagdiv.com/newspaper/block-header-1/
I will try to give you a solution.
That code seems to align the comments title, it needs an addition for the icon below and it will work then
– https://www.screencast.com/t/ljiiDmoC6A
Here it is – https://pastebin.com/p4pKNcyp
If you want the same style for the headings (h2,h3,h4) in the post content, it would be like this for example
– https://www.screencast.com/t/gnDdg1gfH
Code here – https://pastebin.com/M0AJBFsW
Thanks
Hi,
Depend on what are you trying to edit in style.css, because you need to edit the exact on the class/id you want to have the change make, for example well change the background color for menu https://www.screencast.com/t/Nx8eMCBY
https://www.screencast.com/t/IEh1SxLhuo
https://www.screencast.com/t/2dAvRb95Q
Now go on Website and force refresh ( ctrl+shift+r)
Here are the results: https://www.screencast.com/t/cd1xgd6x
Thank you for your understanding.
Hi,
It seems to be strange and the code for that newsletter does not come from our theme, sorry! As a quick fix, you need to use a bit of CSS code for this.
Try the code below ->
#optin {
background:grey!important;
}
Thanks.