Hi,
How to disable/hide the page title in preview on the right side in the list-menu?
I believe by custom CSS?
Thanx in advance
X3 Photo Gallery Support Forums
Yes, but it's a hack, and might not be perfect:MaciejK wrote:How to disable/hide the page title in preview on the right side in the list-menu?
I believe by custom CSS?
.mega.list .preview {
display: none;
}
.list-inner {
width: 100%;
}.mega.list .preview h2 {
display: none;
}