css - Hide All Page + Project titles in Virb.com -


i'm having trouble finding best way hide project titles on virb website. main gallery view here: http://katekoeppel.com shows project title below each image. there way remove of these titles completely?

thanks in advance!

you need hide <h2>. so, give css:

#main-content .index .normal li .titles h2, #main-content .index .large li .titles h2 {display: none;} 

let know in comments, if face difficulty in adding css. also, please refrain posting link questions. need add css in base.css.

preview:


Comments

Popular posts from this blog

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

ruby on rails - Carrierwave Timeout -