PassMark Logo
Home » Forum

Customize search powered by text ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RussLipton
    Junior Member
    • Sep 2005
    • 2

    #1

    Customize search powered by text ...

    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'.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    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

    Working...