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'.
Announcement
Collapse
No announcement yet.
Customize search powered by text ...
Collapse
X
-
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
Comment