Closed (works as designed)
Project:
bib.ly - Bible reference links to all bible sites
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2011 at 20:51 UTC
Updated:
6 Mar 2012 at 16:56 UTC
Comments
Comment #1
zip207 commentedI'm not sure if you were able to resolve this issue. The code is located at: http://code.bib.ly/bibly.min.css
You can copy that code into a new file and place it in the bibly folder on your site. Then go to the bibly.module file and change the location that the module is referencing.
Search for http://code.bib.ly/bibly to find it in the module file.
Once its on your server you can change anything you want. Should also improve performance since you are no longer pulling the file from an external server.
I'm also thinking you could change something like colors by overriding the css with your style sheets.
Hopefully this helps.
Comment #2
Rob_Feature commentedYour theme CSS will load after the module CSS (or it should!). So, as you mention rather than hacking the module it would be a good idea to just override what you want in your stylesheet. Closing this to help clean up the queue.