Moonsoft Software Solutions

List Manager Support

List Manager support
Public write access is disabled. Please login
Last post
bramsan

bramsan
5 posts
---
08.11.2011 02:44

changing color on hover

I've looked everywhere I can think of for where to change the color that comes up when hovering over a listing. (on my template it's the same color as that on your Best Sellers demo)

Thanks in advance.




 
MSTeam

MSTeam
227 posts
---
08.11.2011 10:09
Re: changing color on hover
Hello,
think is the only color that is not included at css yet (will be for next version). Please check the front-end file to find this line:

$(elemtr).setStyle('background-color','#ffe097');

is the hover color for the list.

If you're using module view, the file path is:

joomla\modules\mod_listmanager\tmpl\default.php

and for component view:

joomla\components\com_listmanager\views\listmanagerfront\tmpl\default.php


Regards
Moonsoft Team


Moonsoft Team
www.moonsoft.es

 
bramsan

bramsan
5 posts
---
08.11.2011 17:48
Re: changing color on hover
Once I knew where to find it, that was easy.

I have a very dark layout, so the type wasn't visible on the roll over. Now it looks great.

Thanks for the nice extension and the responsive support.