Accessing Omeka HTML

Hello,

I’ve been trying to add an image to the home page only of one of my omeka installations via CSS but having the hardest time manipulating the settings to have the image display the full length of the context box it’s in. Is there a way to access the html of this omeka to try adding it from there?

You may want to review the information at Modifying Themes — Omeka 2.7 documentation. Typically you would edit specific PHP files within the theme you are using.

If you’ve got a link, I might be of assistance.

I actually was able to figure it out. I just had to add a few lines in the Style CSS under the heading “#home#secondary”. I thought originally it didn’t work, but I just had to change the padding specifications.
But thank you both for the offered help!