5 lines
88 B
CSS
5 lines
88 B
CSS
|
|
#content-area h1:first-of-type,
|
||
|
|
.prose h1:first-of-type {
|
||
|
|
display: none !important;
|
||
|
|
}
|