Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .home .site-footer, 
    .home .site-content {
      height: 1px;
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter stevemarkovits

    (@stevemarkovits)

    Hi Kharis,

    Thanks so much for your answer and apologies for taking so long to respond (I thought I’d get an email notification if someone replied here but didn’t seem to happen)

    The code worked great – I actually removed the first line as I wanted to keep the footer area.

    I notice that there’s still a kind of comment box at the bottom of each of the content box as highlighted in the screengrab here: http://www.lindsaymeganmarkovits.co.uk/wp-content/uploads/2018/07/comments_pic.png

    Any idea how I get get rid of this bit also?

    Thanks very much!

    Steve

    Hello Steve,

    Try adding this CSS code:

    
    .page .entry-footer {
      display: none;
    }
    

    I couldn’t get where it appears though. Please share a link to the actual page in question, in case the code doesn’t work.

    Regards,
    Kharis

    Thread Starter stevemarkovits

    (@stevemarkovits)

    Kharis – you are an absolute hero!

    Thank you so much for your quick response here – it worked perfectly!

    Have a great day ahead 🙂

    Thanks again,

    Steve

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Removing text box from website pages’ is closed to new replies.