- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Up until yesterday when you gave us a CSS code to change a font we had not entered any CSS code. I am a complete BEGINNER! How do we control the topic being underlined by the navigation bar???
Please help!
you can try it with CSS
.td-header-style-10 .td-header-sp-logo img {
display:block;
position:relative;
width:300px;
z-index:1;
}
-
This reply was modified 8 years by
niederense.
Hello!
how can I fix sharing buttons?
Where are the CSS files of sharing buttons?
Thanks

It seems the image is always blurred, i tried different settings in the CSS but still blurred, any help on this?
Is there a way to add message box using CSS ?.
Thanks. I don’t really know much about CSS. Where am I putting the value for the line spacing between the paragraph? I might want to have a different value for the spacing above and the spacing between paragraphs?
Hello Mariano Jonte,
If you want to make these elements to be more remarkable you should use a bit of CSS code to make these changes. As an example, please use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
@media (max-width:767px){.td-module-title{
font-size:20px!important;
}
}
The result is here -> https://www.screencast.com/t/2bouHLrW4W
If you want to hide the category tags or meta information from your blocks you should turn off them from Theme panel, from here -> https://www.screencast.com/t/e7i8w39Y -> https://www.screencast.com/t/r1LpiR407
Thanks for the message!
Hello, after several attempts, and with the limitations, I achieved that through a SLIDE block it looks more or less good in Desktop and in Mobile. Now I need a detail I want to make the title of the SLIDE in mobile more “strong” or bigger or highlighted, because the title is more “small” than the BLOCKS …
I have some CSS to do it ?.
On the other hand I would like to remove the “icon” from the eye and the number of visualizations for MOBILE so it does not occupy space in the home of the SLIDE. Also with a CSS line.
Thanks greetings.
Hi,
It would be possible with CSS. Like in this example where I use Font awesome icons
– http://fontawesome.io/icons/
– https://www.screencast.com/t/8wmCOXszbG
– https://www.screencast.com/t/5xof6I8ig
This is an example for lists inside the post content. The code used will need modifications if that is not the location needed. This is the code used in the example, if it is useful to you, modify it as you wish and enter it in Theme panel->Custom CSS
.td-post-content li {
list-style-type: none;
}
.td-post-content li:before {
content:'\f14a';
font-family: FontAwesome;
margin-right: 5px;
}
Thanks
Hello,
You should use a bit of CSS code to change the background color for certain category like this ->
.category-podatki.td_category_template_8 .td-category-header {
background-color: red;
}
The result is here -> https://www.screencast.com/t/Kew3i5mHq
Thanks for the message!
Hi,
I could give you a code for that, with this result
– https://www.screencast.com/t/K3fe8j8mM
.td-header-style-3 .td-header-main-menu {
width: 1164px;
}
Enter it in Theme panel->Advanced CSS in the desktop section, so it applies only on desktop.
Thanks
Hello,
You can add this code in the theme panel-> custom css section
@media(max-width:767px){
.td-main-sidebar{
display:none!important;
}
}
Thank you!
Hello,
Did you add any custom css code to your theme panel? Please remove any custom code you added in the theme panel and try to disable any untested plugin to see if one does not affect the menu items. You will have to clear cache afterwards though.
Thank you!
Hi,
Indeed a specific setting for that elements does not exist at the moment. You could use a code like this to chnage the font of the text, to similar fonts used on the page
– https://www.screencast.com/t/W7UToTEy
Enter the code in Theme panel->Custom CSS if you would consider this a solution
.comments .comment-reply-title {
font-family: "Julius Sans One","Work Sans";
}
Thanks
Hi,
So you mean the author that is displayed once clicking on a job
– https://www.screencast.com/t/lUChcUid
A code like this will remove the author name only on these type of articles
– https://www.screencast.com/t/KxNnmPvDBvea
Enter it in Theme panel->Custom CSS section
.single-job_listing .td-post-author-name {
display: none;
}
Thanks
Hi damagaff,
You should use a bit of CSS code if you want to change the hyperlinks color for your sidebar. Please try using the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td_block_text_with_title a{
color:#1F2338!important;
}
The result is here -> https://www.screencast.com/t/7pR9tRQ8jiZX
Thanks for your understanding!
Hi,
That could be done with some custom CSS, depending on where exactly you would like to do this, what part of the website. If you could provide this information, or even a link to the location, I will try to give you a solution.
Thanks
Hi, some time ago, I changed the blockquote from the default and now I need to make it bigger. The problem is I cannot see where exactly I made the change – its not in the them panel custom css or live css as far as I can see, I may have amemded style.css.
Could you possibly help me make it bigger?
Page here
http://bit.ly/2D2tIAR
Hello,
You can change it with css. Please use this custom css code:
.td_module_trending_now .entry-title a{
color:Red;
}
Thank you!
Hi,
Mobile theme folder files cannot be modified through the child theme, at the moment. If you want to make modifications to these files you will have to make them directly in the main files.
For custom CSS there is a section in the theme panel specifically for the mobile theme
– https://www.screencast.com/t/slgS78vtc2L
Thanks
Hello bemibel,
Please keep in mind that the Speed Booster has been fully tested to our theme and seems to work as expected, without any problems. Please try to disable all of the untested plugins if you are using something like this, clear all the caches and check the results. Some of the plugins can interact with the untested plugins and causes a lot of unknown issues.
Notice that by default, the theme will load the CSS at the beginning and if you will use the Speed Booster, that plugin will load the CSS at the end. If you need more assistance in this case, please send us an email at contact@tagdiv.com. Before sending us this email, you should disable all of the untested plugins, clear all the caches and remove all of the additional customizations if you have something like this. Notice that’s the first step for WordPress debugging.
Thanks for your understanding!
Hello About Us 2018,
If you want to hide the author and date for block 5 you should use a bit of CSS code for this. Take the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td_module_3 .td-post-author-name, .td_module_3 .td-post-date{
display:none;
}
The result is here -> https://www.screencast.com/t/1ilWq23nA
Thanks for your understanding!
Having amended the CSS as per your instructions the issue has been resolved.
Many thanks.
Has this been fixed in 8.6?
Hi there!
Does mobile theme working through the child theme? Not responsive variant but mobile theme of installed mobile plugin. I’ve made the same structure in child theme as in basic Newspaper variant: Newspaper-child – mobile – style.css, changed some style there but any changes in reality. Mobile theme in virtual device (Google Chrome: F12 – Ctrl/Shift+M) uses style.css from basic Newspaper theme (in real device the same situation).
Thanks for answer!