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

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..
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.
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.
Bogdan, that doesnt help me.
Where should I look and what for?
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!