SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: Mysterious background color of sidebar

  1. #1
    SitePoint Member
    Join Date
    Nov 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mysterious background color of sidebar

    Hi all,
    I may just need a fresh set of eyes, but I absolutely cannot figure out why there is a light grey background color on the sidebar of this site: http://mrpsclass.net I have changed the background-color of the #sidebar to white, but that only covered a small area within the larger sidebar.

    http://mrpsclass.net/stylesheet.rtf - this is the stylesheet im working with
    http://mrpsclass.net/sidebar.rtf - this is the html for the actual sidebar
    http://mrpsclass.net/html.rtf - this is the html for a static page.

    I just tweaked a wordpress theme to get to this point, but now I cannot figure out where this DDDDDD or some other variant of light grey is coming from. Is wordpress accessing a style sheet I am not aware of? I have tried digging through the wordpress folder to find this, but no such luck. I realize this is my first post and I am asking for help, but I can assure you any and all help would be greatly appreciated. Thanks, phil

  2. #2
    In memoriam gold trophysilver trophybronze trophy Dan Schulz's Avatar
    Join Date
    May 2006
    Location
    Aurora, Illinois
    Posts
    15,468
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try removing this from your theme:

    Code:
    <style type="text/css" media="screen">
    
    	#page { background: url("http://mrpsclass.net/wp-content/themes/MrP/images/kubrickbg-ltr.jpg") repeat-y top; border: none; }
    
    </style>
    It'll probably (actually most likely) be located in your header.php file.

  3. #3
    SitePoint Member
    Join Date
    Nov 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was indeed in the header.php file. Thanks so much! I would've never looked there! Thanks!!!

  4. #4
    In memoriam gold trophysilver trophybronze trophy Dan Schulz's Avatar
    Join Date
    May 2006
    Location
    Aurora, Illinois
    Posts
    15,468
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •