- 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,
You can choose a background on the big slide if you use a template with bg and you have here: http://screencast.com/t/sWjm61LPOP
For widgets you have this http://screencast.com/t/50b3K7gfUQ, if you want to change for default WordPress widgets you have to change it via CSS.
Thanks for the message!
Hello,
I would like modify slightly the size of my logo and use 298 x 124px (that is actually in the footer, part 1, left side). I have already tried to upload the logo on the header, but strange, I don’t see it clean as in the footer, but I see it a little bit “cloudy”.
See the screenshot please:
http://i39.tinypic.com/a2pv1j.jpg
You can see the difference regard quality, with the logo on the footer online, on my site: http://www.webhostingmagazine.it
See the screenshot of the logo in the footer:
http://i41.tinypic.com/1zd0yux.png
Should I modify some size attribute in the .css, for the header?
Thank you
How can I change the background of the slider. I tried to find the css that is holding control of it but so far no such luck.
Also would it be possible to tweak the color of the headlines of some sidebars with widgetized areas? How?
Hello,
Please show me in a screenshot what exactly you want to change and i will give you the right CSS.
Thanks for the message!
Hello,
Yes to make a full header, i think you need to make some custom css, so is everything ok now?
Thanks for the message!
Hello,
😐 From where you choose a CSS animation in visual composer? You have implemented some custom css animation? Can you show us an example?
Please give us your site URL to see the issue.
Thanks
Padding issues on the sides of the full header is fixed with custom css 🙂
Hrm.. tried just now but now it’s actually taking up more space, even so there is a slight 5px? padding on each side when setting the template to 980px fully responsive. What is the exact size of the header to fill it up completely or is there a css tweak I missed?
Hi,
When I create a new page or post in visual composer and choose a css animation nothing happens.
Everything appears static on on the page regardless of whether I select an animation or not.
I switched from Magazinly and all the stuff that used to animate no longer does and when I try and create new content for example – a page with images that appear left to right as you scroll down – nothing happens!
Was just wondering if anybody else is having this issue at all?
Thanks
hello,
for now the css is the only solution.
Thanks for you message.
Radu A.
Hello,
That should be fixed via CSS. You have to inspect it with inspector from Firefox or Chrome browser and see what you have there in CSS.
If you want give us your site url to inspect the issue and we will provide you a solution.
Thanks!
Hello,
Please can you give us more details?
Thanks!
Add this in style.css
.td_980_resp .td-full-logo .td-grid-wrap {
padding: 23px 0 0 !important;
}
Also change like here to fit the social icons in the top menu http://screencast.com/t/dnSNfzdLf
Thanks!
Hello,
Use like this, add in style.css
.post p {
font-family: 'your font' !important;
font-size: 14px !important;
}
Apparently I’m unable to change the color of text color for tag boxes and the post titles on the sliders without finding it within the CSS and hard coding it. No matter what I choose on the Customizer, nothing changes color of titles/tags.
1. Is there an easy way to change the titles/tag box colors?
Is anybody having trouble getting CSS animations to work?
It used to work fine on Magazinly but since swithching to Newspaper I can’t seem to get them to show at all?!
Hello,
You can change the content font via Theme – Customzier – Google fonts.
If you want individual only for post you can change the size and font via CSS.
Thanks!
I’m having a similar logo & header ad overlap issue on mobile for theweddingmagazine.net – screenshot here:

Used CSS code supplied above however it didn’t work.
**double checked now and logo is screen right? Is that where it’s supposed to be?
-
This reply was modified 12 years by
portergraph.
-
This reply was modified 12 years by
portergraph.
-
This reply was modified 12 years by
portergraph. Reason: added info
Great, that worked! although I had to omit .post as a selector for the css to work. I hope this doesn’t cause conflicts with .thumb-wrap elsewhere.
Hey, so for a couple for a couple of reasons I don’t want my client to see the theme name in the code, therefore I’ve changed the style.css etc. but there is still 1 thing that keeps showing up. I’m talking about the comment:
Theme: Newspaper by tagDiv 2013
Version: 2.1.3 (rara)
Deploy mode: deploy
It appears at the end of code just before the footer (right after the td-scroll-up td-scroll-up-visible)
I’ve tried to remove it by changing some parts in td-config but each time I do, it makes the page throw out an error. Will appreciate all the help.
Hello,
Please show us your site URL to inspect the issue. You can inspect from Firefox or Chrome using the inspector, can be solved from CSS, there is some margin or padding.
Thanks!
The actual file itself is untouched http://www.gadgetreview.eu/wp-content/uploads/2014/01/logo3.png I think the CSS resize may have to do something with the fuzzy effect seen on Chrome. I can’t elaborate as my Firebug extension has chosen to stop working on Chrome.
Interesting… Chrome makes images blurry… Chrome breaks dev tools.
Bad chrome.
Did your “adjustment and setting[s]” possibly offest the block1 homepage module?
If your CSS is in the child theme (as recommended when customizing themes) you could try deleting all new CSS, saving the file and refreshing (after cache deletion). If the issue is gone then you know it’s the CSS and you can revert all your CSS back and hunt out what’s causing the issue.