PDA

View Full Version : Customize search powered by text ...



RussLipton
09-30-2005, 05:48 PM
I can't figure out how to grab that from the styles. What is the style label that generates the text at the bottom of the search results page: 'search powered by'.

wrensoft
09-30-2005, 10:04 PM
It uses the HTML <small> tag. So if you have already defined styles for <small> it will automatically pick up the style from your site.

To change the style you'll need to add a line like this in with the rest of the CSS definitions

small { font-family: Arial, Helvetica, sans-serif; font-size: 12px}

If you want to remove the text completely, it can be turned off from the Zoom configuration window.

----
David