Home › Forums › Winning Agent Pro Theme › Search Bar Styling › Reply To: Search Bar Styling
Hi Ryan,
Many thanks for your prompt reply. Your reasoning makes sense. Thanks for sharing. I myself have recently experienced this Diverse Solutions behavior. They recently added SQFT to the bottom of one of their search widgets. They did not provide a check box to remove it and/or include it. They just force include it. With the aid of Firebug, I did, however, discover the CSS to remove both the SQFT label and form box.
.dsidx-improvedsqft { /* wipes out input box*/
display: none;
}
[for=idx-q-ImprovedSqFtMin] { /* wipes out label*/
display: none;
}
I expect I could do the same sort of “minor” reverse engineering to make other such adjustments, but integrating dsIDXpress into WAPro is beyond my current CSS skill. For some reason, it appears to be much easier to implement into AgentPressPro though. Go figure.
–
Peter Sale
p.s. Is there anyway to go back into one of my posts to correct typos?