PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Customize search powered by text ...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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'.

  • #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...
    X