Donate title is white

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index 54ea368..faf5bef 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -18,7 +18,7 @@
 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/donate/assets/public/stylesheets/improve.min.css" media="screen" />');
 $App->AddExtraJSFooter('<script type="text/javascript" src="/donate/assets/public/javascript/scripts.min.js?1501"></script>');
 ?>
-<div class="jumbotron text-center breadcrumbs-offset footer-offset">
+<div class="text-center padding-top-50 padding-bottom-50" style="background:#f6f6f6">
   <div class="container padding-bottom-25">
   <?php
   // Infra 2193 - The container-thankyou div is needed for the Successful
diff --git a/index.php b/index.php
index 0c3f2f3..2d4f03a 100644
--- a/index.php
+++ b/index.php
@@ -37,5 +37,5 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-//$Theme->removeAttributes('breadcrumbs', 'breadcrumbs-default-margin');
+$Theme->removeAttributes('breadcrumbs', 'breadcrumbs-default-margin');
 $Theme->generatePage();