I would like to edit the color of the bibly pop up header. I am using Firebug and noticed that the CSS file where the code is stored is bibly.min.css but I can't find it in the bibly module folder structure. Can anyone help me out? Is it embedded somewhere differently than in other Drupal modules? Thank you!

Comments

zip207’s picture

I'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.

Rob_Feature’s picture

Status: Active » Closed (works as designed)

Your 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.