I have the water drop theme and I was wondering how I could put a custom logo on the header.
do I make the changes at style.css or theme.php?
You can do it several ways.
Put it in template.html. Create a new row at the start of the table that contains the gallery, and put it there. That's what I did.
Create a custom header, as per the docs.
You don't put it in style.css.
thanks!