Ok...this has been an interesting journey, but I'm getting closer to seeing the light at the end of the tunnel.
I finally found the tabpane.css file you had mentioned. However, it did not contain the color information I was looking for (#FCFCFE). So, as I sat there staring at it, it hit me...the color information is in RGB format (#,#,#), not hex. I looked up the cooresponding RGB color for the one I was looking for, and sure enough, there it was! (252, 252, 254) = #FCFCFE
For future users who stumble onto this thread with similar issues, the path to the tabpane file is:
/includes/js/tabs/tabpane.css
So Mr. Moensch, I now present to you another question or two. Below is how the seatmap looks when the RGB value is set to black:
It's still not very pleasing to the eye, largely due to the gridlines and location numbers that appear. Would you happen to know the location to change THAT color information now so I can hide them once again? Also, what about the text on the tabs themselves? I've discovered that the tabs are merely PNG files in that same folder, so I can edit them later, but when I do, I'd like to edit the text color as well.
Thanks for the assist! This has been interesting so far!
