Jump to content

Intelligent Search background color change


bear

Recommended Posts

Here's a tip:

If you're like me and feel the background color of the Intelligent Search drop down isn't contrasty enough to see easily, it's a simple fix. The line is in the homepage template in the admin folder (admin/templates/homepage.tpl) on line 46 (or so, depends on your editor).

 

Look for:

<div align="left" id="searchresults" style="border:1px solid #DFDCCE;background-color:#F7F7F2;padding:5px;margin-...

Replace the obvious. I found a nice pale yellow for the background and a black border worked best for me.

<div align="left" id="searchresults" style="border:1px solid #000000;background-color:#FFFFD2;padding:5px;margin-...

Have fun.

Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated