4 lines
60 B
CSS
4 lines
60 B
CSS
|
|
#content > h1:first-of-type {
|
||
|
|
display: none !important;
|
||
|
|
}
|