As you can see, on this section of my home page, images ar not full width. I’ve already tried with custom css (width:100%) but i get horrible results.What can I do?

Is there a way within Newspaper to change widget title colors? I found a way to do it in CSS generically but would rather do it inside the options of Newspaper if possible. I searched support for “widget title color” and nothing relevant came up that I saw. thank you
I found a way to change the font of the logo text.
I choose the font I want to use in the theme panel for an element that I don’t use and won’t show up on the website (example for me : the top submenu in the header).
Then, the font is loaded on every page and I can use it for the text logo by adding css in “custom code” tab.
For me it looks like
.td-logo-text-container .td-logo-text
{
font-family:Allura, cursive;
}
Hope it will help.
Ignore! It was CSS delivery plugin that was causing the issue.
Thanks, JB
I just tried to hide back to top button with code below on Costum CSS:
td-scroll-up{
display:none!important;
}
But the code doesn’t work for my blog.
Hi Team,
I would like to display my short urls next to the post date which is below the post title. Can you please help to display the same without any errors.
Also, want the same css style.
Sample post link
https://www.techtolead.com/check-motherboard-model-number-in-command-prompt/5930/
Regards
Ashok
thanks Catalin for your reaction.
I only use standard grids, rows and columns on my site, http://zoektocht.net
———–
we use the same shortcodes as Visual Composer for all the custom blocks, big grids, rows, and columns. The differences come from the shortcode attributes. For example, we have implemented an easier and totally different way to use the CSS box than in Visual Composer.
———–
I don’t have shortcode attributes as far as I know.
the page looks perfect even after disabling visual composer.
recreating the page is a lot of work and at the moment I don’t see the need for it.
so is it still necesary then to recreate it when only using standard things?
this is the code that’s generated for the front page
[vc_row][vc_column][td_block_trending_now header_text_color=”#ffffff” header_color=”#dd3333″ limit=”3″ tdc_css=””][td_block_big_grid_1 post_ids="335,133,305,187,205"][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_15 custom_title=”vrede met God” header_color=”#66bb6a” category_id=”28″ sort=”oldest_posts” limit=”3″ ajax_pagination=”next_prev”][vc_row_inner][vc_column_inner width="1/2"][td_block_2 custom_title="Bekijk 't eens anders" header_color="#3f51b5" category_id="24" sort="random_posts" limit="3" ajax_pagination="next_prev"][/vc_column_inner][vc_column_inner width="1/2"][td_block_2 custom_title="Uit de bladen" header_color="#e91e63" category_id="25" sort="random_posts" limit="3" ajax_pagination="next_prev"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/3"][td_block_21 custom_title=”bestaat God echt?” category_id=”22″ sort=”oldest_posts” limit=”100″ td_ajax_filter_type=”td_category_ids_filter” td_ajax_preloading=”preload” ajax_pagination=”next_prev”][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_7 sort=”random_posts”][td_block_video_youtube playlist_title=”verhalen van mensen” playlist_yt=”YV26Be7kx6I,GrbTH4vkj4E,I6rAt5qoRGw,yFul5EJBeDs,YV26Be7kx6I,W2H5YxJS4DY,j2qdhVL2QDU,sHzhNs0OiIw,Bg05gYe64c8,y5e4XN3tyR8,TEM6Z5man50″][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_11 custom_title=”Weblog” header_color=”#66bb6a” category_id=”30″][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-default"][/vc_column][/vc_row][vc_row][vc_column][td_block_big_grid_5 post_ids=”275,281,709″][/vc_column][/vc_row]
Sander
Hello,
Please add this code in your theme panel-> custom css box:
.td-category-siblings .td-category a:hover{
background-color:#4db2ec;
}
Thank you!
Sure,
Please add this code in the theme panel-> custom css box:
.td_block_image_box .td-custom-image a:after{
display:none
}
Thanks
Hello David Langer,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td_block_big_grid_fl_3 .td_module_mx20:hover .entry-title a {
background-color:transparent;
}
The result is here -> https://www.screencast.com/t/HSn6alOEmB
Thanks for the message!
Hello bemibel,
I saw that you are using some full-width elements and you have some flashes when you load the website. Most likely, you are using the Speed Booster and you have some additional customizations through the code (CSS for example) and that’s why appears that flashes. You can refer to the following topic here -> https://forum.tagdiv.com/topic/header-style-8/ Also, if is not what you mean and if you need more assistance, in this case, please provide your website URL so I can take a closer look at it.
Thanks for the message!
If you change a color and it does not apply, it means you have caching enabled or another css rewriting the code. Please set the color to your preferred one in the theme panel and then provide a link to your site so we can inspect the color and see why it does not apply
Thanks.
Hello unemployal,
I have inspected your page and it seems to be a little strange with your block 5 on the sidebar. Also, if you are using some untested plugins, try to disable all of them, leave just to active only the plugins that come bundled with the theme core files and check the results. Clear all the caches and check the results.
Another quick solution for you would be to use the code below and place it in Theme panel -> Custom CSS area.
.td-newsmag-voice .td_module_3 {
height: auto;
}
The result is here -> https://www.screencast.com/t/orvC4ipZrQJy
Thanks for your understanding!
I want to change the post blockquote text color away from the general theme accent color.
Nothing happens when i add custom css:
.td-post-content blockquote {
color: #000000;
}
Any ideas?
Child themes don’t work this way and with good reason. Especially for the fact in how child themes work, you would essentially be loading the same theme twice which would make loading your site extremely slow. Let me explain what I’m talking about.
With a child theme, you still need to have the parent theme (Newspaper) installed on your website… just not activated. The child theme needs to be the active theme. With the child theme active, WordPress knows that Newspaper is the parent theme and to load it first when the visitor loads your site. The child theme loads second the altered theme files after the parent theme loads.
Many users only use functions.php and style.css files in their child theme to make changes to their site. If there are other changes needed for your site that can’t be accomplished using these two files, then you need to find the file in the parent theme that needs editing, COPY it to your child theme folder (put it in the same location where it is in the parent theme… create folders if you have to), make the necessary changes to the file using your favorite code editor, and then upload it to your site using FTP.
When Newspaper updates, you will want to use a program like Diffmerge to show you the differences between the updated parent theme files and the current version of your child theme files. That way if there’s anything profoundly different, you can update your child theme files accordingly to prevent breaking something on your site.
TagDiv has resources on how to use a child theme and has a starter child theme you can download, make changes, and upload to your site. Check them out.
Hello, i have a art news website in which different people add theri articles. The problem is that when journalist add thei article they add the video url to the text and automaticly appears the player. Perfect, but for the mobile all the article layout goes bad as in this photo
http://prntscr.com/hgvsc5
My question is: there is a way to intervene on css and apply to each video charged like that a resposive layout? Cause i can’t ask journalist to write html while publishing :\
Or any other solution. I thought the theme was able to do that automaticlly.
Thanks
Hello vasik,
I guess that you are referring to the tables which are included in your page content, right? So, if you are referring to these, you should try using the following code and place it in Theme panel -> Custom CSS area.
.home table td {
border:none;
}
The result is here -> https://www.screencast.com/t/PiZHxYseGJuX
Thanks for your understanding!
I need buttons as well. I’m actually losing money not having Buy Now buttons – mine also had font awesome icons associated with them so I need those as well. The VC doesn’t work with only the Tag Div composer and I don’t have that second line of the toolbar in your screencast. I need to go look for an html/css version I can use ASAP.
What is your date of offering buttons? Or making VC work WITH your composer? Or something other than…too bad we deleted it?
Hi,
two question about the top header menu:
1) i have not found any theme setting option to increase font settings and other properties, so i added custom css.
Is there any theme setting for this?
2) i customized a menu item with custom css:
.tuofilmato {
background-color: #80c5be;
border-radius: 5px;
padding: 10px;
padding-left: 27px;
}
.tuofilmato a:hover {
background-color: #643e1a;
border-radius: 5px;
color: #fff !important;
}
the problem is that when menu is on hover it display not i good way…
https://d.pr/FREE/ywZ2ZS
pls let me know,
thank you!
Hello xbass,
If you want to move that section to the bottom, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.single .comments {
padding-top:35px;
}
The result is here -> https://www.screencast.com/t/vtZH3VskXYGC
If is not what you mean, please provide your website URL so I will be able to provide a more accurate code.
Thanks for your understanding!
Hi,
First the fonts, for the full big grids 3 you use the font properties can be customized here
– https://www.screencast.com/t/gbY2nwPU
– https://www.screencast.com/t/qamE5MPm
Block 5 article title fonts can be customized here
– https://www.screencast.com/t/46oYbP1Lyn
Block 14 below the grids here – https://www.screencast.com/t/yIWedQvKESH
Here you can find a table mentioning what modules each element uses, to make it easier to customize them
– https://forum.tagdiv.com/theme-blocks-modules/
Now I am assuming you want to make the article titles have a background color when the module is hovered, for the grids and block 14 below. Something like this
– https://www.screencast.com/t/jrN4faZKs
This is the code used, it must be entered in Theme panel->Custom CSS
.td_block_big_grid_fl_3 .td_module_mx20:hover .entry-title a {
background-color: black;
}
.td_block_14 .td_module_mx1:hover .entry-title a {
background-color: black;
}
The slider it seems to be displaying like this at the moment
– https://www.screencast.com/t/vH3LHCIV
If you want to invert the colors when hovered it will look like this
– https://www.screencast.com/t/vG1WZuQID
This is the code for the slider titles
.tp-revslider-mainul:hover .PostSlider-Title {
color: black!important;
background-color: white!important;
border-color: black!important;
}
Please correct me if I misunderstand what you wanted to do, I will provide different solutions if needed.
Thanks
Hello latihlogika,
You should check the style.css code and search after bbpress and try to adjust as you wish. All of these are things involves such customizations and notice that we cannot provide something like this at the moment, sorry!
Thanks for your understanding!
Hello,
If you want to remove the sidebar on mobile devices, you should simply try using the following code and place it in Theme panel -> Custom CSS area.
The code is ->
@media (max-width:767px){
.td-pb-span4{
display:none!important;
}
}
Thanks for the message!
If we both stop posting, they will look into it, but likely if my answer is correct one, then may say same thing — normal debug is to look for errors in your log, turn off other plugins, disable any caching or optimization tools, etc. to determine what is causing issue. Especially since theme has no RSS template, as there is no css for that. It’s all done by WordPress — so if plugin breaks that, theme can’t do much about it. But they may be willing to take a look once you identify what steps you’ve done already to debug the issue with your setup. 🙂
Theme doesn’t encode the RSS feed — WordPress does that. So if your RSS feeds work normally with that plugin disabled, but then are mis-encoded when plugin enabled — it’s an issue with plugin.
I don’t work here – but the RSS feed template is not part of theme and just publishes the content from the post box. If you’re using a page builder for a post, that might mess up the characters. Same with certain shortcodes that don’t ‘travel well’ as they are CSS, and there is no CSS in RSS.
Dunno. Sorry.