2
votes

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,

1

1 Answers

3
votes

If the module is designed with overrides support the paths should be:

/themes/my_theme/css/modules/agilemultipleseller/agileglobal.css
/themes/my_theme/css/modules/agilemultipleseller/agilemultipleseller.css