just to make sure I don't break anything somewhere else:
I want to remove the page navigation and the caption from the image landing pages (e.g. this one https://hochzeiten.danielbollinger.de/p ... zwald-002/).
Is this the right way to go?
Code
.pagenav, .file h1{
display:none;
}
How would I hide it only on these pages, if I wanted to still use it on the rest of the site?