Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CHANGE TEXT COLOR IN SEARCH BOX

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #160286
    hendrix940
    Participant

    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!!!

    #160287
    Paulie_D
    Member
    input,
    select,
    option {
    color:black;
    }
    

    Does that work?

    #160292
    hendrix940
    Participant

    I’ll try. And sir, where would I implement this code? Would I put it in the general.css?

    #160294
    Paulie_D
    Member

    I don’t know how your site is structured but if that’s where you put the other styling…then Yes.

    #160296
    hendrix940
    Participant

    I got it! Thanks Paulie! I entered the code into the general.css.

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