Title: ebizdocs's Replies | WordPress.org

---

# ebizdocs

  [  ](https://wordpress.org/support/users/ebizdocs/)

 *   [Profile](https://wordpress.org/support/users/ebizdocs/)
 *   [Topics Started](https://wordpress.org/support/users/ebizdocs/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ebizdocs/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ebizdocs/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ebizdocs/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ebizdocs/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ebizdocs/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [override a global css call](https://wordpress.org/support/topic/override-a-global-css-call/)
 *  Thread Starter [ebizdocs](https://wordpress.org/support/users/ebizdocs/)
 * (@ebizdocs)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/override-a-global-css-call/#post-4491199)
 * update – I can remove the image from the global background and add it to the 
   background for the sidebar, but it won’t repeat to the bottom of the content…
   same result if I add the background-color attribute instead.
 * So frustrating. Have tried about 10 work-arounds and none work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [override a global css call](https://wordpress.org/support/topic/override-a-global-css-call/)
 *  Thread Starter [ebizdocs](https://wordpress.org/support/users/ebizdocs/)
 * (@ebizdocs)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/override-a-global-css-call/#post-4491198)
 * Thanks — no body_class. It has a few body css styles that set global default 
   font-size, etc., but doesn’t use the body_class template tag. Neither does the
   specific page template.
 * It does use this format, though:
    ‘/* The main theme structure */ nav, #colophon,#
   branding, #main, #wrapper, .wrapper { margin: 0 auto; width: 960px; } #wrapper{
   background: transparent; } ‘ which appears to be the problem.
 * Note, I also tried using a child theme to override it, but there’s so much custom
   code that the child theme basically needs to be hand-coded to call the child 
   theme by name in order to get the navigation components.
 * Here’s a test page: [http://ebizdocs.com/testing-one-column-page-template/](http://ebizdocs.com/testing-one-column-page-template/)
 * As you can see, I was able to get the content to write across the full width,
   but I cannot remove the gray sidebar. This loads as an image as part of this 
   code:
 * ‘#main {
    clear: both; min-height: 550px; border-left: 1px solid #dadada; border-
   top: 1px solid #dadada; border-bottom: 1px solid #dadada; -webkit-border-radius:
   3px; border-radius: 3px; margin-bottom: 40px; background: url(‘img/sidebar-bg.
   png’) repeat-y right top #fff; }
 * I’ve tried removing the background image, it works, but it removes it globally.
   I also created a custom main_one_column tag without the background that I tried
   calling in the one-page template, no luck.
 * And if I Completely remove the div class in the one-col template:
    ‘<div id=”
   content” role=”main”> ‘ it still loads that “sidebar” image.

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