• Resolved stevejami

    (@stevejami)


    I think I pulled all of my hair out. I cannot figure this out. I’m trying to put an image of a poster on my Static Home Page. I do not want the white text box surrounding it. Just the Poster on the colored background. I looked in every forum and did everything that everyone else did to make it work. But that white text box is stubborn. It will not go away. I cannot make that surrounding white text box transparent. Any suggestions in terms of coding? I’ve tried them all. Thank you in advance. (By the way, I love your theme. The very best one that is offered. As soon as I have a chance I’m probably going to upgrade to the pro. Looking forward to it.)

Viewing 9 replies - 1 through 9 (of 9 total)
  • Did not know somebody would try so hard to remove it. (:

    Paste this css under Appearance > Supernova Options > Styling > Write Custom CSS

    .post img.attachment-thumbnail, .type-post img.attachment-thumbnail{
        box-shadow: none;
        border: none;
        -webkit-box-shadow: none;
        margin: 0 20px 20px 1px;
    }
    Thread Starter stevejami

    (@stevejami)

    I just tried that but it doesn’t seem to work. Here is the link.
    http://www.naturalinseminationfilm.com/
    There is still a white border around the poster. I’m actually about to make that a slideshow, but would still like to remove the white border. I deactivated the plugins and tested that, but it wasn’t interfering. Again, I’m only looking for this to be removed on the home page. Again, thank you so much in advance. 🙂

    .home section.main_content { padding: 0; border: none;}
    .home .entry{padding: 0;}
    .home .entry img{width: 100%;}
    Thread Starter stevejami

    (@stevejami)

    I know I’m a big bug here, but just one more tidbit. I’m still get some white in the footer. Any suggestions? Thank you so much. 🙂

    No Problem

    .home section.main_content { padding: 0; border: none; min-height: 200px;}
    .home .entry{padding: 0;}
    .home .entry img{width: 100%;}
    .home .main_content .post{margin-bottom: 0}
    .home section.main_content{min-height:  300px;}
    .home .entry p{margin-bottom: 0}
    Thread Starter stevejami

    (@stevejami)

    Almost there. That bottom part still wants to hang on. It crazy. Really.

    I dont see any bottom border now.

    Thread Starter stevejami

    (@stevejami)

    You are right. It was only because I was logged in that I’m see an extra part. You are absolutely the best and I really, really appreciate your help. As soon as I have a chance in the next couple of days, I’m going to upgrade to your pro version for my other site. I look forward to checking out its functionality.

    You truly have developed the best theme for WordPress. Thanks again and have a great weekend.

    Thanks, this https://wordpress.org/support/view/theme-reviews/supernova should be right place for the feedback.

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

The topic ‘How do you remove white text box?’ is closed to new replies.