diff --git a/sections/about_us.php b/sections/about_us.php
index ce2b1b6..5c1b604 100755
--- a/sections/about_us.php
+++ b/sections/about_us.php
@@ -28,13 +28,13 @@
if( !empty($zerif_aboutus_subtitle) ):
- echo '
';
+ echo '';
echo __($zerif_aboutus_subtitle,'zerif-lite');
- echo '
';
+ echo '';
endif;
diff --git a/sections/donation.php b/sections/donation.php
index 731826e..30e302a 100644
--- a/sections/donation.php
+++ b/sections/donation.php
@@ -32,11 +32,9 @@
if( !empty($zerif_donation_buttonlabel[ $btn_idx ]) ):
- echo '';
-
- echo $zerif_donation_buttonlabel[ $btn_idx ];
-
- echo '
';
+ echo '';
endif;
diff --git a/style.css b/style.css
index 376c3cb..e4d5b35 100755
--- a/style.css
+++ b/style.css
@@ -4941,7 +4941,7 @@ body.custom-background {
/* DONATION */
.donation{
- background: rgba(92, 110, 221, 0.8);
+ background: rgba(233, 102, 86, 0.8);
padding: 70px 0 70px 0;
}
@@ -4950,6 +4950,14 @@ body.custom-background {
}
+.donation a{
+ color: white;
+}
+
+.donation a:visited{
+ color: white;
+}
+
.navbar-inner {
text-align:center;
display: inline-block;
@@ -4975,14 +4983,14 @@ body.custom-background {
border-radius: 45px;
}
-.btn-lightblue{
+.btn-burgundy{
color: #FFF;
- background-color: #3562E0;
- border-color: #5782A6;
+ background-color: #D14431;
+ border-color: #D97668;
transition: all 0.3s ease-in-out;
}
-.btn-lightblue:hover {
+.btn-burgundy:hover {
color: #FFF;
- background: #0C33A1;
+ background: #A72817;
}
\ No newline at end of file