Hi,
This is a copy paste of the question that I asked on ThemeForest, as I was told to submit the question here:
Hello,
Is there any way of removing that line under the category? I don’t like it.
Also, how to make the blue color go all the way to the right side and not only half, so it goes as far as that small blue line.
Hi,
You can do this via custom css like this: http://screencast.com/t/nO5gL12q6XF
Use this css and change the color as you like:
.td-social-wrap-64 .block-title {
background-color: #000000;
}
If this dose not help please provide your site’s URL as I need to inspect this so I can offer you an accurate solution.
Thanks
I figure it out on my own,i had to removed all colors from my blocks titles and then add the CSS codes with the colors i want too use that go with which blocks i’m using,never thought it was this easy to do… 🙂
.widget_rss .block-title {
background-color: #af0f0f;
}
.td_block2 .block-title {
background-color: #af0f0f;
}
.td_block1 .block-title {
background-color: #009999;
}
.td_block4 .block-title {
background-color: #ff6600;
}
-
This reply was modified 11 years by
Steven.
Hi,
I want to change color for other blocks, How to find the right code for each of them? I don’t know how to find it.
And how to remove the blue line because it is very annoying. So, remove the blue line for all blocks without having to extend the background color.
Just add Css Code like this for different blocks on the home page…
Where it say block6 you just have to change the # of the block on ur home page and the color you want as well..
Make sure you edit each block and remove any background color and change the text color to what you want like #ffffff also change the “Title style” from default to style 1 and then save your settings..
Then go to theme settings and in the CSS Box you add the code like what i have below with ur own color and the block that you want to use on the home page..
.home .td_block6 .block-title {
background-color: #008000;
check my site @ https://jahliveradio.com and see a preview of the homepage also the sidebar…
-
This reply was modified 11 years by
Steven.
How did you remove the search button?
And how did you manage to remove the white line below the menu so when you hover over the it, text of categories change color instead of that line that appears below.
-
This reply was modified 11 years by
Rony123456.
To remove the search you use this css code
.header-search-wrap {
display: none;
}
Well i only work with style 8 header to get it the way i want it look…i’m not sure what ur site look like so i can say for sure if my css code will work for ur site…
If you are using the style 8 header like me may be my css code will work for you but as i say i’m not sure…
Thank you for your help. One last question.
So, I used your advice and added the code:
.home .td_block6 .block-title {
background-color: #008000;
Since I on the home page I use block 2, I changed it to:
.home .td_block2 .block-title {
background-color: #008000;
But now, all my 5 Block 2 which are on the homepage are the same color. Is there any way of adding a different color to each Block 2?
Hello,
I enabled logo and menu in one line, but the menu becomes too big. As you can see from the screenshot, there is a big gap on the tap and bottom of categories. Is there any way of making the menu smaller so there is no space above and below categories?
Hi, it is http://www.naldotech.com. I disabled that header at the moment because it looks ugly. Please provide a solution.
I want to do the opposite of that. I want to change the height of the menu and make it smaller.
Hi,
@albnaldo Unfortunately the menu it’s designed like that and you need some custom modifications to make it smaller and also look well on all screen sizes.
A simpler approach would be to add the logo into your menu as a menu item using this method: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/ then edit the header.php file and remove this line: http://screencast.com/t/9JjUa9zq1WM
Hope this helps!
Thanks
I can’t understand the guide how to add the logo on the menu. Could you please write a solution here?
Hi,
You can do this from Appearance -> Menu, add a new menu item and in Navigation Label section add image source like this: http://screencast.com/t/AInGu7tZfwA
Image Source should look like this:
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />
And you will get this result: http://screencast.com/t/pVqRCnkBmfs
Also use css to style the image if it doesn’t fit well: http://screencast.com/t/wlGxgtrme
Thanks
-
This reply was modified 11 years by
Lucian.

