Template Border

  • Unknown's avatar

    Hi,

    I’ve created a white background for my page and a white content area. My theme includes a border break between the central content and background. I would like to remove this border or make it invisible.

    Can you advise me on the correct CSS code I should enter to complete this?

    Thanks in advance.

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

  • Unknown's avatar

    Hi there!

    I wasn’t quite sure what you meant, but did you want to remove the border around your custom header image? If that’s what you want to do, try adding this to your CSS:

    #masthead img, #featured-content img, #recent-content img, .entry-content img, .entry-thumb img, .comment-content img, .widget img {
    	border: 0;
    }

    That should do it.

    If this is not what you want, let me know and I’d be happy to see what I can do!

  • Unknown's avatar

    Hello,

    Thanks for this. Not quite – I mean the border which is surrounding the whole of the content on the page.

    Thanks!

  • Unknown's avatar

    Hi there,

    You can remove that page border by adding this:

    #page {
    	border: 0;
    }

    Let me know if you have any questions with this!

  • The topic ‘Template Border’ is closed to new replies.