Hello Tom,
Sorry but there is no setting for it. You cna maybe use a bit of css to do it. Here is an example:
.footer-social-wrap .td-social-icon-wrap a{
color:red;
}
http://screencast.com/t/4Gj4IdvznidW
If you want separate colors you will have to use the browser inspector to idenbtify each class and add the css for each element. For example:
.footer-social-wrap .td-social-icon-wrap .td-icon-facebook{
color:dodgerblue
}
.footer-social-wrap .td-social-icon-wrap .td-icon-twitter{
color:cyan;
}
I hope this helps.
Thanks.
Hello consafo,
The page title appears only when you are using the Page bulder+Page title as page template. Also, if you want to hide this, you should use a bit of CSS code to do that. You code above is correct and should working fine because I have tested on my side. If you want to hide a page title only for an individual page, above the code, you should add the page ID for this page, like a below example: http://screencast.com/t/JbjKRe2xz
Thanks for the message!
Hello,
It seems like your image has it;s own css and a display:none property set directly on the image, not coming from the theme: http://screencast.com/t/bHRtvZJZ
Please check your html code and check to see if any css is set inline. Search for display:none and change it to display:block
Thank you!
Hello mayaguez,
If you want to change the text for your second line of your header logo text, you should do it from Theme panel, like this -> http://screencast.com/t/yDp2uMHI8Tkg
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.
Thanks for the message!
Hello,
The top padding depends on the post style that you use. Different post templates have different results. Here is a code for template style 3 as I see you use it the most:
.td-post-template-3{
padding-top:48px;
}
You can change the padding value to your liking. Add the code in the theme panel-> custom css box.
Thank you!
Hello rehanahmadjamal,
Unfortunately, our theme does not have any such an option that allows you to change the size of header logo and header ad, sorry! Please notice that both elements are precisely calibrated and if you will increase or decrease them you can damage the header layout and we cannot offer support for this, sorry! You should try to do this task yourself, using your own inspector browser and then you should create your custom CSS code according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this helps!
Thanks for your understanding!
Hi,
It seems you have a different demo installed (travel) that has a different css than the demo mentioned above. Like Emil said above, you will need to use custom css if you want to alter a demo’s look. You cannot simply move the css from one demo file to another as the classes are different and css will not work that way. You will have to target each element in particular. You will need css knowledge to do it though.
Thank you!
Hello nkodgh,
If you want to hide all of the meta information from Author Page, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.author-page .td-author-counters{
display:none;
}
The result is here -> http://screencast.com/t/mfUZDn5oxxi
Thanks for the message!
Hello vdaatland,
If you want to disable the mobile menu icon, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
#td-top-mobile-toggle{
display:none;
}
The result is here -> http://screencast.com/t/lGlraUiE
Thanks for the message!
Hello Frydenborg,
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.
Thanks for the message!
Hello,
If you modify the style.css file it should be visible on your site unless you have caching active. Please clear all caching and contact your host to remove any server side caching. This seems to be the case more and more as there are lots of users that do not know about caching and the hosts simply activate caching for everyone to protect themselves from such people that overload the server by not using any caching solution.
Thank you!
Bogdan B
Hi Support,
I followed the below url in-order to load the site faster.
https://forum.tagdiv.com/how-to-make-the-site-faster/
I have implemented all the steps, As per the instruction I have followed the steps and implemented but on checking 5.2 it is not moving the javascript or css files to footer section. So I am unable get rankings under google.
Kindly let me know your thoughts on it.
Hi, I’m trying to change the black background of the Previous and Next buttons on smart list too. I added the code you provided in Theme Panel/Custom Code/Custom CSS, and then changed the color of the black to something else….but nothing changed. See http://www.goworldtravel.com/best-dude-ranch/
Can you please let me know if I need to do something else? Thanks!
I cannot seem to update the Style.css file…because of the Version tag that is at the end it will not update for me. Can someone please help me either do one of two things:
Find where the style.css is being called and remove the version query OR
Show me how to update the version number so that it sees the update changes I have FTP uploaded.
Thank you in advance.
Hello,
The logo on the sticky menu seems to be a little bit too low in the vertical alignment, rather than being centred. This doesn’t affect the main menu. It’s on menu style 5.
Is there any fix for this, even if it’s just custom CSS as a stop gap? It doesn’t seem to be affected by the logo dimensions I use.
Thanks. It’s culturedblackpearl.com. I did attempt to add to custom css but removed after it didn’t produce desired result. Thanks again.
Hi,
Not sure where that comes from, it can be from the theme itself as a custom modification. Did you modified the theme style.css file?
It can come from Theme Panel -> Custom Code or from a child theme.
If you can’t find it please provide the site url so we can take a look.
Thank you!
Hi,
Did you use any custom css?
There’s a gap bellow the menu, you can adjust it using custom css: – http://screencast.com/t/IiHq4lq4
.blog-stack .td-menu-placeholder {
height: 36px;
}
.blog-stack .sf-sub-indicator {
top: 16px;
}
Add the css in Theme Panel -> Custom Code -> Custom CSS
Thank you!
-
This reply was modified 9 years by
Emil G.
Hi,
The easiest way to achieve that look would be to install the demo (only settings) – http://screencast.com/t/Ow5SEbBfsvX5
If you want to modify only those elements and keep the rest of the design as it is you have to use custom css.
Please provide your site url so i can check your current install.
Thank you!
Hi,
Not sure what you use there, those colored areas are images? or css background?
Please provide more details.
I’ve checked on my side using background color, there’s a padding on each column, you could use custom css to remove it – http://screencast.com/t/hjpMtQukdmby – http://screencast.com/t/9iJXGTXyDv
But to make it apply only to this row try to add a custom class to the row – http://screencast.com/t/TXwYxLTtm
The css would be:
.my-class-name.td-pb-row [class*="td-pb-span"] {
padding-left: 0;
padding-right: 0;
}
Thank you!
-
This reply was modified 9 years by
Emil G.
Hi,
If your css is stored in Theme Panel -> Custom Code -> Custom CSS, it won’t be lost.
No settings made in Theme Panel or on Posts, Pages, etc. won’t be lost.
The update rewrites the theme files and only the custom modifications made on the theme files will be affected. If you didn’t made any modifications on the theme files, you don’t have to worry.
If you find it hard to update via ftp, there’s an easier method:
– From wp-admin Appearance, just switch the theme to Twenty Sixteen (or any other theme you may have) – http://screencast.com/t/pUsPQIhxy
– from the same area, delete Newspaper – http://screencast.com/t/s4KkeByP9efW – http://screencast.com/t/fGhkkbzJK9xz
– next press on Add New http://screencast.com/t/5RtxCpQvuDy – Upload Theme – and install the theme latest version – http://screencast.com/t/tS8ssTmOkXJb
– activate the theme
Wordpress (and we) recommends that before doing any update to it’s core or update to themes or plugins, to backup your site. More details can be found on their documentation – https://codex.wordpress.org/WordPress_Backups
Thank you!
Hi,
I suspect it may be a html or css issue on that page. Try to inspect the blocks which contain custom text or custom html (if you have any on your page). You can also check the page code in Text mode – http://screencast.com/t/M0K3F57mzO – look for possible html leftovers, unclosed containers ( ex. <div> that’s missing it’s closing </div> ).
Also try to create a new page and add the same blocks, see if it works there.
If you still can’t find the cause please contact us via email at contact@tagdiv.com , provide wp-admin access and we will check it.
Thank you!
Hi,
You could disable the sidebar from the post (if you want this only on certain posts) – http://screencast.com/t/Q0IygvpV
Or globally from Theme Panel – Template Settings – http://screencast.com/t/JrN8unHM
Or from Theme Panel – Categories (if you want to affect only posts from certain categories) – http://screencast.com/t/yxm6puIP
To shrink the content width you could use custom css and add some padding – http://screencast.com/t/hN2mo5RT
The css must be placed in Theme Panel -> Custom Code -> Custom CSS.
Hope this helps.
Thank you!
Hello again,
so after customizing other parts of the theme I’ve noticed the title of all the posts were hidden. Inspecting, I’ve found the (wrong) rule causing the problem is the one I mentioned before:
.td-post-template-default .td-post-title{
display:none;}
After the inspection I checked the Custom CSS section of the Theme panel but the only (correct) rule there was the one you suggested me:
.single .td-post-views{
display:none!important;
}
Since the child-theme CSS is without any CSS rule, I don’t understand where this rule could be. Any idea?
As a temporary solution I’ve inserted the following rule in the Custom CSS section:
.td-post-template-default .td-post-title{
display:inherit!important;
}
Sorry for bothering you again.
Hello
I have today purchased newsmag theme.Right now when i am trying to upload it to my website its giving me error
“The package could not be installed. The theme is missing the style.css stylesheet.”
my website is currently on wordpress 4.7