10 lines
127 B
SCSS
10 lines
127 B
SCSS
// Styled by the theme
|
|
.block-content-page-header {
|
|
p {
|
|
display: none;
|
|
}
|
|
.innerblocks p {
|
|
display: block;
|
|
}
|
|
}
|