Change background color in search box drop down

Posted in: Newspaper
Post count: 555

I’m trying to make all over my site with a dark background and now i notice the search box drop down is still white,i’ll like a css code please to make the search box and drop down back ground to match the rest of my site with this color #000c20 for the box also the view all results fonts color will need to be change to white as well for any one to see it…thank you

  • This topic was modified 10 years by Steven.
  • This topic was modified 10 years by Steven.
Post count: 22421

Hi Steven,

Here is the code you requested:

.td-drop-down-search.td-drop-down-search-open{
background-color: #000c20
}
.header-search-wrap .td-aj-search-results {
background-color: #000c20;
}
.header-search-wrap .result-msg a{
color:white;
}

It is hard to distinguish the searchbox from the background after the color change so if you want, you can add this border to it:

.td-drop-down-search.td-drop-down-search-open{
border:1px solid #032357;
}

results:

without border: http://screencast.com/t/3ID6nrp0U7k
with border: http://screencast.com/t/pISeqffQ

Thank you!

  • This reply was modified 10 years by Bogdan B..
Post count: 555

Thanks again

Post count: 555

I need another css code to change the border color under excerpt on block 6 from white to #032357 and make it solid line..thanks
https://jahliveradio.com/

  • This reply was modified 10 years by Steven.
Post count: 36

Hello,

After I added this code, I have this situation: http://prntscr.com/8mm8gz

(Then I press search icon I see two searches box)

After I have deleted this code, situation hasn’t changed.

Post count: 22421

Hello tradermaker,

You have to check your modification of the theme files because the css code i gave Steven has nothing to do with how many search boxes are displayed. it was a simple color change. Your problem originates from somewhere else.

Thank you!

Post count: 36

Bogdan, that doesnt help me.

Where should I look and what for?

Post count: 22421

Hello tradermaker,

I this topic i showed you how to remove the search widget from the main menu and place it in the top menu: https://forum.tagdiv.com/topic/search-icon-in-top-menu/
Please double check your modification. This is the main problem with custom modifications. You have to be very careful because you may do more damage than you intend.

Thank you!

Post count: 36

Bogdan,
thank you, it helped.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.