HI, does anyone know how i can remove the white space beneath the text box here:

http://www.woundeducators.net

I used the hero module to combine the boxes below, but cant figure out how to remove the white space below the middle column.  i did try to set the background to transparent and this worked, but it set all of the text boxes to transparent and  i only want the white behind the image on the top box either eliminated or set to transparent.

http://creators.ning.com/profiles/blogs/design-tricks-4-adding-a

Views: 74

Reply to This

Replies to This Discussion

it's actually the text box background. You can use this code but it will clear the background of every text box

DIV.xg_module.html_module.module_text.xg_reset {background: transparent! important;}

if you wanted to work on just the main page place this in front of the code

.xg_widget_main_index_index

and if it's just an individual text box I do have a script for that if you need it.

george your the man

hi, thanks for your help.  i only want to work with an individual text box and would love the script.  thanks

here is the script. where it says this "Your Title Text here" replace it with the name of your text box you need to do this in two spots in this JavaScript.  For example one of your text boxes is named "Why Wound Certification?"

<script type="text/javascript">

if(x$('.xg_widget_main_index_index').length){

var store= x$('.module_text .xg_module_head h2').html();
   if(store == 'Your Title Text here'){
   //to style the whole module_text box
   x$('.module_text').css({'background':'transparent'});

   //to style module body of module text

   x$('.module_text .xg_module_body').css({'background':'transparent'});
   }
   else{
   //do nothing as the title of textbox is not Your Title text here
   }

}

else{



}

</script>

RSS

Latest Activity

Kos replied to James Nored's discussion 'How do I create a taller header?'
"Pretty certain the answer is in HERE and there are codes and links to other helpful…"
12 minutes ago
Writer Chick {Diane} replied to Writer Chick {Diane}'s discussion 'WRITER CHICK {DIANE LYNNE} ~ 3.0 FEEDBACK' in the group The Sandbox
"Updated 5/19/13 ~ More control over font colors I want this dark color, but as you can see, it…"
12 minutes ago
Bosco Carvalho replied to Bosco Carvalho's discussion 'RSS and boxes not editable any more?'
"I just cann't edit a thing at the front page.The banners boxes for instance should get newer…"
14 minutes ago
AnGella replied to PeruCool's discussion 'Alternatives to Ning social network'
"I just added a script to style profile pages on buddypress! Still writing the CSS. Here is my test…"
15 minutes ago
Kos replied to James Nored's discussion 'How do I create a taller header?'
"I've seen this somewhere.......let me see if I can locate"
18 minutes ago
Kos replied to Fire-Tech's discussion 'Ning 3.0 First Accessment' in the group The Sandbox
"HAHAHA!"
21 minutes ago
Riccardo Rossini replied to John Bizley's discussion 'File Manager NO DELETION option anymore ? Plus can you expand the file name size box.' in the group The Sandbox
"I think so!! :)"
30 minutes ago
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'
"A tower slider - yeah - that's the ticket!  *lol*  Yeah, you almost need 2 diff…"
42 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service