Remove blue line

Posted in: Newspaper
Post count: 80

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.

http://oi62.tinypic.com/2625rgi.jpg

Post count: 80

Why no one answers?

Post count: 6600

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

Post count: 555

@ Lucian How can i do this for all block titles on home page and side widgets with a different color,i really want to make this happen on my site

Post count: 555

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.
Post count: 80

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.

Post count: 80

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.

Post count: 555

Removed the line with this css code
.block-title {
border: 0px !important;
}

Post count: 555

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.
Post count: 80

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.

Post count: 555

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…

Post count: 80

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?

Post count: 555

ur welcome,and i don’t think so because block2 will carry the same effect,try using different blocks if you want different colors on the homepage like what i done to mine…

Post count: 80

Thank you buddy 🙂

Post count: 6600

Thanks @Steven for your help! Please let me know if you need any more help.

Post count: 80

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?

http://oi59.tinypic.com/2q88483.jpg

Post count: 6600

Hi,

Please send your site’s URL I need to inspect this so I can provide an accurate solution for it.

Thanks

Post count: 80

Hi, it is http://www.naldotech.com. I disabled that header at the moment because it looks ugly. Please provide a solution.

Post count: 555

Try this css code and let me know if it work for you…you can play with the height to it please you…

.td-head-style8-logo-desktop img {
height: 68px;
}

Post count: 80

The code only changes the size of the logo…

Post count: 555

I’m using that code,it change the height not the size…to match the height of the menu…

  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
  • This reply was modified 11 years by Steven.
Post count: 80

I want to do the opposite of that. I want to change the height of the menu and make it smaller.

Post count: 6600

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

Post count: 80

I can’t understand the guide how to add the logo on the menu. Could you please write a solution here?

Post count: 6600

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.
Viewing 25 posts - 1 through 25 (of 25 total)
You must be logged in to reply to this topic.