**SOLVED** Overriding a 3rd Party module's CSS - Joomla! Forum - community, help and support
hello all,
i've got slideshow module (ari image slider) , it's working right out of box. want little picky though how displays captions on image slides. i've found css file controls captions located here:
[siteroot]/modules/mod_ariimageslider/mod_ariimageslider/js/themes/nivio-slider.css
so copied same css file here:
[siteroot]/templates/[mytemplate]/html/mod_ariimageslider/mod_ariimageslider/js/themes/nivio-slider.css
i made changes css wanted done (simply changing 'background-color' , 'color' properties) template doesn't seem seeing override file. missing something? i'm new @ overrides don't know start looking problems lol
thanks in advance insight!
jason
i've got slideshow module (ari image slider) , it's working right out of box. want little picky though how displays captions on image slides. i've found css file controls captions located here:
[siteroot]/modules/mod_ariimageslider/mod_ariimageslider/js/themes/nivio-slider.css
so copied same css file here:
[siteroot]/templates/[mytemplate]/html/mod_ariimageslider/mod_ariimageslider/js/themes/nivio-slider.css
i made changes css wanted done (simply changing 'background-color' , 'color' properties) template doesn't seem seeing override file. missing something? i'm new @ overrides don't know start looking problems lol
thanks in advance insight!
jason
i changes done on file: /modules/mod_ariimageslider/mod_ariimageslider/js/themes/nivio-slider.css
or
you add in template.css file of joomla template using, may not work out of box dependent on order css files loaded on.
if module css file loaded first , template.css file loaded second should work override in template.css file.
or
you add in template.css file of joomla template using, may not work out of box dependent on order css files loaded on.
if module css file loaded first , template.css file loaded second should work override in template.css file.
Comments
Post a Comment