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

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -