Removing grey vertical & horizontal lines from static page when using Chunk Them

  • Unknown's avatar

    Hello,
    I can’t seem to figure this out an I am quite new with CSS
    I have made a static homepage for my blog using the Chunk theme and all I need to do is remove the grey lines that seem to be bordering nothing. If anyone could help with this, that would be great.

    Thank You

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see you were able to fix this by adding the following CSS:

    .home #contents, .home .navigation {
    	display: none
    }
    
    .home #widgets {
    	border-top: none
    }

    Nice work!

  • The topic ‘Removing grey vertical & horizontal lines from static page when using Chunk Them’ is closed to new replies.