X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Modifying CloudSearch css (https://forum.x-cart.com/showthread.php?t=70598)

johngwms 11-23-2014 10:21 AM

Modifying CloudSearch css
 
I need to change the layout of the Cloudsearch results but do not seem to be able to find the definition for class cs-product-link.

I am looking at file /common_files/modules/Cloud_Search/main.css which seems to me like a logical place to look.

Can anyone help me please?

NikitaP 11-26-2014 01:50 AM

Re: Modifying CloudSearch css
 
Quote:

Originally Posted by johngwms
I need to change the layout of the Cloudsearch results but do not seem to be able to find the definition for class cs-product-link.

I am looking at file /common_files/modules/Cloud_Search/main.css which seems to me like a logical place to look.

Can anyone help me please?


Hello,

You can create the new rule to override the default CSS which we serve from our CDN. For example:

Code:

.cs-product-link:hover {
  ...
}


johngwms 11-26-2014 02:14 AM

Re: Modifying CloudSearch css
 
Thank you Nitika.

Where can I find a full list of styles available?


All times are GMT -8. The time now is 11:31 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.