Hi,
Please try this custom css for hover background: http://screencast.com/t/ebcM6KTvQb
.td_smart_list_3 .td-sml3-top-controls i:hover{
background-color: rgba(255, 134, 219, 1);
}
Thanks!
Only on the homepage, the footer is 10px off-center. All other sites shown correctly.
The reason is the [tagDiv] Ad Box Widget. When I delete the Ad Box the footer looks fine.
I delete the custom CSS, but nothing changed.
The site is in maintenance mode. So if you need to see the website http://www.techresearch.de please give me a mailaddress and I will send you the login data.

Hi,
Please add the shortcode for your ad in single.php if you use default post template like this: http://screencast.com/t/BxOjwAlcosVl
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
And use this custom css in Theme Panel > Custom Css to add top border: http://screencast.com/t/gNuTaVrUZ
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi Chris,
Thanks on the feedback? I haven’t done nothing custom per se and i don’t even know exacly how to do that (my usage is “newbie level”, i just use the WP Bo funcionalities, i don’t venture on css or direct html editing) but your views on why this is happening make sense. I will try different setups using the visual composer and the theme BO but i hope Google fix this and/or Tagdiv can help us in sorting this out, it really messes up presentation.
All the best,
Hi,
Add also this code in Theme Panel > Custom Css: http://screencast.com/t/xql9PzgM – http://screencast.com/t/8c24xQ5zZ
.header-style-3 .td-full-logo .td-grid-wrap{
padding: 0px;
}
@media (max-width: 767px){
.header-style-3 .td-logo img {
right: 0px;
}
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/1T80gZcxxx
@media (max-width: 767px) {
.header-style-3 .td-logo img {
top: 0px !important;
max-width: 75px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css and change the color: http://screencast.com/t/C2WAd13PaIH
.td-sbig-title-wrap .td-sbig-title{
background-color: black !important;
}
.td-big-grid-title .td-sbig-title-wrap{
background-color: red!important;
}
Thanks!
Hi,
Please provide the url so i can take a look, i’ll get back with a css solution (if possible).
Thank you, Emil G.
Hi,
Try the following css – http://screencast.com/t/oxlghQNE1E
.td-full-logo .container-fluid, .header-style-3 .td-logo img {
padding: 0px;
}
.td-header-menu-wrap {
display: none;
}
/*mobile fix*/
@media (max-width: 767px){
.header-style-3 .td-logo img {
top: 1px;
width: auto;
height: 48px;
}}
Also change the color of the icons – http://screencast.com/t/jTtsxsa9
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You can do that using custom css. Please use inspector tool and add the border for post style that you want: http://screencast.com/t/toeztjmjRLua
.single_template_5 .td-page-wrap .row-fluid:first-child{
border-bottom: 1px solid black;
}
If you don’t have basic css/html experience you can always hire a professional to do this for you as we cannot provide any custom work for the moment. Sorry!
Thanks!
Hi,
Please use inspect tool and target categories with css code: http://screencast.com/t/JOj7Z0G3F0Dq
.home .td_mod3 ul.td-category a{
background-color: blue;
}
Paste the code in Theme Panel > Custom Css: http://screencast.com/t/7XOgKZea
Unfortunately you will need custom modification to the php code(function) to have only 2 categories on the modules. If you don’t have php experience to do that you can always hire a freelancer to make this for you as we cannot provide any custom work for the moment. Sorry!
Thanks!
i have same problem, i also want to have plugin to work, but i dont want it to be shown on my site. Hope this is going to be solved
for now i will try to hide views on front with css
Hi Gajotres, i edited the 1020px found in style.css (it was only one i saw with the use of find and replace), and then i changed it to 1170, but there was no increase in width, so my 728 x 90 ads aren’t still showing good. any suggestion on how you did yours? Thanks
Hello,
Could you please help me? How can I change the footer’s color to black or dark grey?
I have tried inserting that css code you have shared previously on the Custom CSS section, and replacing it with the color # of black, but it doesn’t work.
Please help
I just upgraded to 4.6.2 from 3.0.1. With the previous version, I was successfully using a child theme, but after the upgrade it’s not working. Simply no content displays on the page, though the backend still runs fine. Even when I deleted everything in the child theme directory except for style.css I just get a blank page. But when I view page source I see everything there. Any ideas?
Site: seattleglobalist.com
Maybe I’m missing a setting somewhere, but I can’t seem to find a way to hide page titles. I added this to my custom css
.td-page-title {
display:none;}
but it’s not ideal because the page title briefly shows then disappears, so the page adjusts itself. We use simple press forum and it can be quite annoying
well, at first i tried to use your css with that clean and simple anchors, but it didnt work, so i used table
That works, but every time i save some settings in Theme Panel code from Custom ad 1 dissappear, why is that?

in screenshot up is a code i use inside that box, but i need to copy it over and over
-
This reply was modified 11 years by
bhcrow.
The situation is not resolved, unfortunately. On both Firefox and Chrome browsers, the banner does not display at all. On IE, it displays partially (bottom part is cut off). I tried the custom css that you recommended and it had no effect on any of these browsers.
@Bichareh
you can also try adding the max-width CSS variable, and also try something like 95% vs 100%.
On one of our sites (not using TagDiv themes), we actually set some things to 85% to control how things fit within various containers.
Yeah, always use custom CSS in the theme panel to keep updates from overriding your changes.
Technically, a table works, but you’d have a better time sticking with what you had and the CSS I sent you.
<a href="http://ad-domain.com/link/">
<img src="path/to/ad/image/two.jpg">
</a>
That’s what you had in there, basically. An anchor around and image. Clean and simple.
Whether you do it the newer way or stick with old school, add a class to the links and use that selector to style the links/image individually.
i placed my code into another spot custom ad 1
then i called it in ads.php (in child theme) instead of header spot
i used code for displaying images with table :
<table >
<tr>
<th>
</th>
<th>
</th>
</tr>
</table>
now i have two images in a row, and i am trying to css them separetly, maybe there was a better way to do this, but this is how i done it for now 🙂
also, i tried to write css in my child theme (style.css), it had no effect, later tried with custom css in theme panel which was ok
@suport002 Speaking in theory, as I haven’t tried it myself, but couldn’t he simply place his html in the header ad box for two images, and style them with a bit of custom css?
@bhcrow Based on what you have on your site right now (both anchors with images inside overlapping each other), add the following code to your custom CSS in the theme panel. It puts the two images side by side and restricts their width and height to the 728×114 ad container.
.td-header-ad-wrap div div a {
display: inline-block;
width: 362px;
padding-left: 2px;
height: 114px;
}
.td-header-ad-wrap div div a img {
width: 100%;
position: relative !important;
max-height: 100%;
}
This works but it is rough. You will still need tweak it a bit to fit your application and the images used.
You can find a complete, easy to follow, reference for CSS at W3 Schools CSS. That will help you understand the properties I used above so you can tweak them. The selectors are correct though, for your code.
Hope this gets your site moving in the right direction.
Good luck.
i am sorry, now i have reduce my logo for 500 x 118 px, i want to use style 1 header style, can my logo will be full show? or any css code to change its? hmm so for the banner beside the logo i never mind if it will be decrease , thanks
Please try this css code for that: http://screencast.com/t/0rQsmJ6um5
.td-related-title .td-related-left, .td-related-title .td-related-right{
border-radius: inherit;
}
Thanks!
Hi,
You can try to add an extra class to the text block that you use – http://screencast.com/t/vZEWzzHA36 and use custom css to float right:
.yourclass {
float: right;
}
Off course try this without the css provided before. Like I said Visual Composer is used for pages on our theme and you can encounter some issues.
Thanks!