Good morning all! I tried searching for this but there is waaaay too much info on these forums to sort through!!
This is our gallery: http://oceanstatedubs.com/dubvault/
I can't seem to find the code to change the color of the text "Random Files"
Any help would be greatly apprciated!
Thanks! :)
It's h2. The reason it doesn't respond to changes in the h2 definition in the stylesheet is that it is being overridden by the h2 definition in your osd_main.css
ah! good call!
i just tricked it by creating a new "h4" and changing the code in my theme.php file from h2 to h4
thanks for the push in the right direction! ;D