Is it possible to override a css file inside a joomla plugin?
I want to change some css styles for the plugin Simple Image Gallery. I found the concerning css file in the joomla folder:
plugins/content/jw_sig/jw_sig/tmpl/Classic/css/template.css
Now I made some changes inside of this template.css file and saved it here in the template folder:
templates/my_template/html/content/jw_sig/jw_sig/Classic/css
It does not work. My css changes do not appear in the gallery.
I do not think that this is possible without core hacks or extensions (But lets wait for other answers).
But it not seems to be a joomla core plugin so why you just alter the original css file? It should not be overriden via a update (cos its no core plugin)?
Method 2: you can copy (download files and rename the plugin + reinstall) the plugin and disable the original one.
Method 3: try to ovverride the css defenitions in your own css file (with !important) and override them via your file!