I want to change the background colour for blocks and rows.
Is it possible? I see tha i can input a css code as a parameter but i don’t know how.
Also i want reduce the distance between blocks (ex in a column with 6 blocks 3up and 3 down). Is it possible?
BR,
S.
Okay, I’m probably missing something pretty simple here, when I try to access the style sheet or open it this is what I get:
/*
Theme Name: Newspaper Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 1
*/
@import url(“../Newspaper/style.css”);
/* —————————————————————————-
Your custom style…. here 🙂
*/
How do I access the complete style sheet? That would solve all of this. : – )
Thanks,
Suzanne
Hello
Could someone please be so kind as to tell me how to put
rel="nofollow" on the link on my button.
<p style="text-align: center;">[vc_button title="CLICK HERE TO BUY NOW FOR $99.99" target="_self" color="green" size="size_large2" href="https://www.mydomain.com/secured-booking/m_index.php?id=54"]</p>
It doesn’t work when added to the url above. I don’t know the code to add in css or functions.
Please help thank you!
nvm i fix it with a CSS code i found…
.block-title {
border: 0px !important;
}
Hi,
Thanks @Christopher for pointing that.
@SuzanneL I have also tested this and seems like it’s working for me: http://screencast.com/t/yqSfKqO7O
Please try as @Christopher suggested to change the fonts directly from the style.css file and then check if this issue is still present.
If this dose not solve it please send an e-mail at contact@tagdiv.com with your wp-admin username and password so we can check this, also please specify this issue’s details.
Thanks
Hi,
You refer to the withe space from the right: http://screencast.com/t/mudQeAMT45hB
We have added some css so that the text will wrap in the editor will look more like on the front end.
If you don’t refer to this, please provide more details about this, I’m not sure I understand what issue do you have.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi Guys,
Please see here for the problem: http://goo.gl/Ppy43P
(website: http://www.techplanet.nl)
Any idea what Custom CSS code to use to fix this?
Thanks
Hi,
Please use this custom css in theme panel > custom css:
@media (min-width: 1200px){
.td-header-bg .td-a-rec-id-header {
left: 0px ;
}
}
You will get this result: http://screencast.com/t/lKksmGDa97cs
Thanks
Hi,
That can only be achieved by modifying the module you use and apply a condition into the module file you want to change which will change the module structure if the post dose not have a featured image set. This is not an easy task though and you need custom work for this, we recommend to hire a developer to do this for you if you don’t have basic php/html/css knowledge as we cannot offer custom work as we work hard on the development, updates, fixes and support.
Thanks for the message
-
This reply was modified 11 years by
Lucian.
Hi,
You can add the logo as a menu item like this: https://forum.tagdiv.com/topic/logo-beside-navigation/#post-16384
Use this custom css in theme panel > custom css if the logo dose not look right after you add it as a menu-item:
.sf-menu > li > a > img{
height: 100% !important;
}
Use css to position it as you like after you add it as a menu item.
Thnaks
Okay this is possible through CSS, example:
.td_mod9.td_mod_no_thumb .item-details {
margin-left: 0px;
}
this will remove the margin of the containing div so that the post expands full width if you don’t set an image.
Hi,
If you want to modify the whole page means that you have to change the grid structure css and you need custom work for that, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
If you refer only to posts content you can try something like this: http://screencast.com/t/VqLGdYq9APOw
You can add this from post editing panel, like this: http://screencast.com/t/na7UlZRnqtNI
Hope this helps!
Thanks
Hi,
In that case you will need to add the background using background-image: url(''); via css and target the container that you want to add the image as a background.
Yes, you will have to add a class, like this:
<div class=”span4 column_container my_custom_class”>
You need to do this for templates that you can not target other.
For the post page template for the sidebar you will not have to add a class because there is one which you can use: http://screencast.com/t/iBSu7S7VKXx
Thanks
Hi,
Use this custom css:
.td-boxed-layout .td-menu-background .td-menu-wrap {
background-color: transparent !important;
border-bottom: 4px solid transparent;
}
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
background: none !important;
border-bottom: 4px solid transparent;
}
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}
Should work like this: http://screencast.com/t/mLA81y0F
Thanks
Hi Christopher!
Thank you for your answer. Before to ask i tryed a several plugins, but none of them worked. I found how to do the icons manually, but i didn’t know where i should place additional code for theme. I need the icons in my sidebar which is on every post and categories, but not page. So if i got it right to do any changes in sidebar which is on category page in need to change category.php. But what is about post pages? Do i need loop-single file or something else?
Eventually i could add the icons using one more plugin, but i still wonder how i can change, for instance, background images of sidebars, headers, menus and stuff like this.
Lucian wrote here https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 that in order to customize sidebar in categories i need to add a special class to category.php and then customize this class. But i still wait for his answer about customizing other things, coz it’s not easy on my own to understand which file is responsible for what, it’s not the only one css file here…
Hi,
You can do it via css, like this: http://screencast.com/t/dTGAnUA243U
Use this css to change the form fields color as you like, add it in theme panel > custom css:
form input[type="text"] {
background-color: #26DDAA;
}
Thanks
hi,
You can do it via css and add the css in theme panel > custom css. Please provide more details about what are you trying to achieve, also send your site’s URL and a screenshot with the image are you referring.
1. You can change the featured image size using post templates: https://forum.tagdiv.com/topic/newspaper-v-4-0-topic/#post-15809
2. Depends on which small feature image you refer to, you can chose different modules to display posts on page with different images sizes, if you refer to the thumbs from pages. Also can set the feature image not o be cropped from theme panel, like this: http://screencast.com/t/wlnlDBSpgS
Hope this helps.
Thanks
Hi,
I have tested this on your site: http://screencast.com/t/XGdcUyDXzLn
I believe the width: 60.5% !important; was set via custom css and removing it should fix this because of this fixed width the sidebar moves slightly to the left, you will have to remove that css, check the custom css you have added in theme panel and remove the one that sets the post content row-fluid to 60,5% width.
You can use this css also, but it would be better if you find that css and remove it because that css is dynamic and changes based on screen width and can’t be fixed.
@media (min-width: 1200px){
.td-grid-wrap .row-fluid .td-post-content {
width: 65.174129353234% !important;
}
}
Thanks
Hi Ecofame,
Quick clarifications:
1. It shouldn’t make a difference between the child and parent themes.
2. A CDN is a content delivery network, used to serve your site to people faster. Don’t worry — if you don’t know what it is, you’re probably not using one 😉
3. The caching plugin is actually what would have prevented you from seeing the changes, and then you would have had to clear its cache. You can deactivate it for now (although they’re often helpful, it’s not the problem or the solution at the moment).
Now, on to business.
Can you explain which whitespace you want to remove on your site? There are a lot of options. The CSS that Lucian and I gave you got rid of white space under each row of articles, because that’s what the first people in this thread were asking for, and I can see the difference on your site now.
But I assume there’s more that you want to remove. Maybe you can point out the whitespaces you want to remove on this screenshot of your site?
It should work in IE as I’m using IE right now, and I can go to the Google site and the fonts work.
So, likely you need to load them from your style.css file vs using the theme panel. Meaning get the CSS from the above link I provided, from the CSS link, grab the CSS, and put at bottom of your style.css file; edit the style.css file to change the headline or whatever to the font you want, then edit the functions file to remove calls to google fonts from there.
eg. the css file you need to copy FROM:
<link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet' type='text/css'>
Kind of advanced, but that’s how I’m loading Open Sans and it works 100% of the time because Google provides the correct font for the platform.
Ideally, the point I was making for Marius is that you should be calling the Google version of the font in the theme, and the theme should be calling that from Google. It has nothing to do with “web safe” fonts, where the specific font would not be installed on a Windows PC.
Not sure that helps. But since you use that as your corporate ID font, it might be simpler to make the custom fix to ensure it always works, as I do with Open Sans.
-
This reply was modified 11 years by
simchris.
I do find the copyright one works on mobile and tablet (at least, mine does).
One way to disable the widgets, although it’s just lazily hiding it, is this:
1. Install https://wordpress.org/plugins/zigwidgetclass/
2. Give all the widgets in the footers you don’t want a class like hide_on_mobile
3. Go to Theme Panel -> Custom CSS and create a class like this:
@media (max-width: 1018px) {
.hide_on_mobile {
display: none !important;
}
}
@media (min-width: 1019px) {
.hide_on_mobile {
display: initial !important;
}
}
Note that you may have to use a different number of px to pick out the exact screen sizes you want. If I remember right, the other breaks used in the theme are 1200, 768, and 480.
Minifying is reducing file size by removing unnecessary data (e.g. line breaks). Caching / minifying / performance / speed plugins usually do it. The problem is that it can break up the flow of parsing the CSS file (if I understand it right).
Support has said in other threads that minifying CSS through plugins like W3 Total Cache won’t work (and I’ve seen it have the white screen effect). A CDN might also be minifying your CSS files, although I use Cloudflare and it seems fine.
Here are a few elements you can play around with the whitespace on:
.home .td_mod_wrap {
margin-bottom: 0px;
}
.home .td_block_wrap {
padding-bottom: 0px;
}
.home .wpb_row .row-fluid {
margin-bottom: 10px !important;
}
Enter in Theme Panel -> Your Custom CSS and fiddle with the numbers till you’re happy.
Hi Lucian,
Since the Quattrocento is a part of our brand we definitely need to use it. I don’t understand how to use it with your css example. Would you mind give me the code to put in the custom css code area so that it will show on ie?
Thank you very much.
Suzanne
Lucian,
Yes i have the latest theme and plugin version. But it works with the custom css. Thanks 😉