• I am using a child theme of TwentyTen and am trying to change the border around the nggallery single box display. Using the tools in Google Chrome I have determined that the correct place to make this change is in ‘includes/js/thickbox/thichkbox.css.

    I make the change using the tools and everything works like I want it to – but if I try to override the ID in the child theme editor using the following:

    #TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    visibility: hidden;
    text-align:left;
    top:50%;
    left:50%;
    border: 20px outset #1E4C02; <=== the change
    -moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
    -khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
    box-shadow: rgba(0,0,0,1) 0 4px 30px;

    it doesn’t work.

    The page is at http://www.myprojectinfo.org/pilot. If you select ‘Phto Gallery’ and click on one of the thumbnails yow will see where I am trying to change the boder.

    Any help will be appreciated.
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tmigliorino

    (@tmigliorino)

    I just tried creating the thickbox.css file with only the correct modifications – still didn’t

    Thread Starter tmigliorino

    (@tmigliorino)

    I finally went in and changed the actual thickbox.css file in ‘includes/js/thickbox/thichkbox.css’.

    But I don;’t like to do it this way. If I am making a child theme all change should be in the child theme subdirectory, this protects against future theme and plugin updates.

    I have another question. Why am I not getting responses from several of my requests? Am I asking stupid questions, am I in the incorrect section, what is the problem? If there is something I am not doing correctly will somebody tell me how to do it correctly.

    Thanks – please someone respond.

    I too am looking for a solution to this. Anyone have an answer?

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

The topic ‘overriding thickbox.css’ is closed to new replies.