This topic is: not resolved
-
Hello,
I’d like to remove the header and padding from single posts. I tried
body.single-post .heading-container {
display: none !important;
}and
body.single-post .content-container { padding: 0 !important;
}without success. Any suggestions? Thanks!