Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Location
    Near the water, somewhere...
    Posts
    126
    Plugin Contributions
    0

    Default Mystery light blue rectangle appears

    I'm using 1.3.8.

    The same thread appeared a while ago here, but there was no solution.

    My example page is here.

    I'm sure it was turned off before, but I went and diddled with some of
    the admin settings, and now I can't locate what its source is. I'm sure
    it's something simple...

    DrDoug

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Mystery light blue rectangle appears

    From the thread that thread points to:

    (Afo)
    "It's coming from here in the stylesheet.
    Code:
    #mediaManager {
    	width: 50%; 
    	margin: 0.2em;
    	padding: 0.5em;
    	background-color: #E4FEf5;
    	border: 1px solid #003D00;
    	}
    ..."


    Find this rule in your stylesheet and add
    display: none;
    Code:
    #mediaManager {display: none;}

 

 

Similar Threads

  1. How to change Colors from Green to Light Blue.
    By wmorris in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Oct 2007, 03:46 PM
  2. How to change light blue in input boxes
    By audleman in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Sep 2007, 09:29 PM
  3. Getting Rid of Blue Rectangle Box Under Product Description
    By timotheos in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2007, 03:12 AM
  4. Changing Light Blue background on sides
    By LilleyPadGifts in forum Templates, Stylesheets, Page Layout
    Replies: 33
    Last Post: 31 Jan 2007, 07:05 AM

Posting Permissions

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