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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -