Im using Prestashop 1.6.0.9 and a module called agilemultipleseller.
Basically it turns your shop into a multi vendor store.
There are 2 CSS files that the module inserts that i need to override.
I cant take the reference to the CSS out of the module file as they are encoded.
The module structure is as follows:
/module/agilemultipleseller/css/agileglobal.css
/module/agilemultipleseller/css/agilemultipleseller.css
I have tried overriding the CSS files by placing my own in the following location
/themes/my_theme/modules/agilemultipleseller/css/agileglobal.css
Could anyone with knowlegde give me a pointer or 2.
Cheers,