Some useful hints to update/ adjust the theme. Put this in the themes Overwrite CSS section.

  • How to remove space between Header/ Navigation and Content?
    • #header{margin-bottom: 0px;}
  • How to remove the space between header and your page content?
    • div#content .padder { padding-top: 0px; }
  •   Adjust the top of the first sidebar background with the top of sidebars vertical spacer line?
    • .right-sidebar-padder { padding-top: 0px; }
  •   How to change the color of the slideshow tabs on the Right of the slideshow?
    • For the selected tab. Note: The triangle is an image!
      • div.cc_slider ul.ui-tabs-nav li.ui-tabs-selected a { background: none repeat scroll 0 0 #ff0000; }
      • Hide the triangle: div.cc_slider ul.ui-tabs-nav li.ui-tabs-selected { background: none; }
      • Use your own triangle: div.cc_slider ul.ui-tabs-nav li.ui-tabs-selected { background: url(“http://your-domain.com/media/uploads/your-triangle.png”) no-repeat scroll left top transparent; }
    • For the normal tab.
      • div.cc_slider li.ui-tabs-nav-item a { background: none repeat scroll 0 0 #ffffff; color: #555555 !important; }
    • For the background.
      • div.cc_slider .featured { background: none repeat scroll 0 0 #000000; }
Custom Community Theme hints.