Hide details on the gallery attachment page
-
I want to hide the details of the pictures on the gallery attachment page, but can’t find a way to do it.
I tried the following CSS code but didn’t work:.attachement.gallery-meta {
display: none;
}The blog I need help with is: (visible only to logged in users)
-
Hi there, give this a try. I think it will do what you are wanting. If I missed with this, could you give a direct link to one of the pages where you want to do this?
.single-attachment .entry-meta { display: none; } -
-
- The topic ‘Hide details on the gallery attachment page’ is closed to new replies.