Remove line on content area

Hi,

Could you advise me how to remove the line that separates the main content container and the background of the site, there is a line that divides them and I would like to remove it please.

Hi there,

Please add this code in the custom CSS:

.x-navbar {
    border-bottom: 0;
    box-shadow: none;
}

Hope this helps.

Hi,

Thank a million for that, that takes the border off the header, but I’m looking to remove the line down the body of the site, in the site’s main central container, I’ve attached a screen shot.

Thanks in advance

Hi There,

In order that we can see your website and provide you a tailored solution you need to provide the password for the pop-up authentication box.

Thank you

Sure, I’ve saved a secure note to my original query

Also, while I have you, would you mind giving me the css code to remove the padding around a html player on the page please, you’ll see it on the home page.

Hi There,

We also need the password for the pop-up authentication in order to be able to see your site.

Thank you

I’m sorry, I’m not sure what you mean. I’ve included the WP Login URL and the username and password in a secure note, what else do you require?

Hi there,

Please add this code in the custom CSS:

.x-boxed-layout-active .site, 
.x-boxed-layout-active .x-site {
    border: 0;
    box-shadow: none;
}

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.