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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -