Stop the Title Pop Up in Gallery Page

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Fri Feb 28, 2014 6:27 pm
I am now adding the gallery pages which are so easy to do! What I would like to do is to stop the titles and perhaps the description from sliding up under each image. I think it would be nice just to have the images showing only!
User avatar
Expert Boarder

GK User
Sun Mar 02, 2014 11:19 pm
Hello toni,

I think that the easiest way will be adding in one of the CSS files the following code:

Code: Select all
#gallery figcaption {
display: none;
}


If you want to hide it without using CSS code, then you should remove the title and all descriptions - in this case the figcaption elements won't be displayed.
User avatar
Administrator

GK User
Mon Mar 10, 2014 3:07 pm
dziudek wrote:Hello toni,

I think that the easiest way will be adding in one of the CSS files the following code:

Code: Select all
#gallery figcaption {
display: none;
}


If you want to hide it without using CSS code, then you should remove the title and all descriptions - in this case the figcaption elements won't be displayed.


Hi dziudek

I added the css code but it didn't work. I assume by not adding the image tittle etc this could effect SEO Perhaps it's best to leave as is and I should focus on decent titles, descriptions for each image! ;)
User avatar
Expert Boarder

GK User
Mon Mar 10, 2014 6:15 pm
For SEO it would be much better if you will have some titles for your images :)
User avatar
Administrator

GK User
Mon Mar 10, 2014 6:17 pm
dziudek wrote:For SEO it would be much better if you will have some titles for your images :)


Thanks for confirming this. I'll stay with the titles etc SOLVED ;) ;) ;) ;)

Regards

Toni
User avatar
Expert Boarder


cron