Before I bothered you guys, I added "background-color: red;" to every line of the view.css in the main directory as well as every line of the view.css in the left_side_nav and I uploaded the entire directory to BOTH the concrete 5 packages directory (to overwrite the previously installed galleria) AND the Theme directory I am currently working with.
I did this as a last resort. I changed everything about the Galleria CSS every possible way I could just to see if it would change.
Nothing has changed.
I've switched to Safari and used "Reset Safari" which clears the cache and everything else that is possible to reset and I have force-refreshed the page where my Galleria appears.
I've read the documentation about customizing blocks. Is there something I'm missing? Shouldn't this have definitely at least accomplished my goal of screwing it up? I'm just trying to screw it up so I can figure out which CSS is actually controlling it because so far, nothing changes when I edit any of the CSS files.
hi Nate, load up firebug and firebox. You can view where it is inheriting the color from. I think it is probably an !important somewhere that you aren't able to override. often these are in the body tags or something more global that gets inherited..methinks.
But either way firebug and firefox are definitely the way to go to track this one down.
But either way firebug and firefox are definitely the way to go to track this one down.