View Single Post
  #190  
Old 11-29-2013, 09:58 PM
 
NikitaP NikitaP is offline
 

Senior Member
  
Join Date: Aug 2012
Posts: 139
 

Default Re: CloudSearch service for X-Cart has been released

Quote:
Originally Posted by kosmos
Hello,

I've purchased and installed Cloud Search for a client who would like the color of the text in the drop down menu to be a color other than blue. Unfortunately, this seems to be set with either an inline style or by JavaScript/JQuery.(style="color: rgb(15, 157, 204)) Could you tell me where I can customize this color?

Hello,

CloudSearch animates the color of links to do a smooth transition between them. While there's no way to configure the actual animated colors (I guess it will be most logical to be able to define them in CSS somehow, please let me think about it), it is possible to override the effect of animation in CSS:

HTML Code:
.instant-search-menu a { color: red !important; }
__________________
Sincerely yours,
Nikita Pchelintsev,
Product manager of CloudSearch,
Qualiteam Software Limited.
Reply With Quote