Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Hide first of type elements using css , how to hide elements using css

.ctr-1 h3:first-of-type { display:none; }
/* - Or - */
.ctr-1 h3:nth-of-type(0) { display:none; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Hide #type #elements #css #hide #elements #css
ADD COMMENT
Topic
Name
4+8 =