- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Thanks in advance! We need to change the color of the text within the Realestate Search box fields. Currently, all the text is white, so it’s impossible to see because it’s the same color as the fields. We need to change the color to black.
I simply can’t figure out how to target the text within the search box. We tried targeting .entry-content but that changed all the text color through out the entire site, and I just need to target the text within the Real Estate Search box that is within the fields.
http://bellclarkrealestate.com/idx/
THANK YOU!!!
input,
select,
option {
color:black;
}
Does that work?
I’ll try. And sir, where would I implement this code? Would I put it in the general.css?
I don’t know how your site is structured but if that’s where you put the other styling…then Yes.
I got it! Thanks Paulie! I entered the code into the general.css.