Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    maybe you can hide it using css code below:

    footer#colophon {
        display: none;
    }

    you can put the code using simple custom css plugin or on your child theme

    Thread Starter teolog

    (@teolog)

    hi,

    i have tried this before, but it wouldnt’t do anything. Is there another way?

    thanks in advance

    Thread Starter teolog

    (@teolog)

    Appearance -> Editor -> Stylesheet(style.css)

    .site-footer {
    	padding: 30px 0;
    	border-top: 1px solid #3A3A3A;
    	background-color: #222;
            display:none;	<- ADD THIS
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove footer’ is closed to new replies.