diff --git a/themes/hive/layouts/partials/why-choose.html b/themes/hive/layouts/partials/why-choose.html index 32947a81..aba39869 100644 --- a/themes/hive/layouts/partials/why-choose.html +++ b/themes/hive/layouts/partials/why-choose.html @@ -46,6 +46,9 @@
+
+
+
diff --git a/themes/hive/static/css/hive-theme.css b/themes/hive/static/css/hive-theme.css
index 0a718045..276db8f4 100644
--- a/themes/hive/static/css/hive-theme.css
+++ b/themes/hive/static/css/hive-theme.css
@@ -31,7 +31,7 @@
}
/* Override global section margins for full-width sections */
-section.white-background,
+
features.white-background,
features {
margin-left: 0 !important;
@@ -2333,7 +2333,7 @@ features.container {
/* Why Choose Section */
.why-choose-section {
- background: #f8f9fa;
+ background: orange;
padding: 5rem 0;
margin-left: 0 !important;
margin-right: 0 !important;
@@ -2365,6 +2365,7 @@ features.container {
.why-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
+ border: 2px solid #206cd6;
}
.why-icon {
diff --git a/themes/hive/static/images/facebook_img.jpg b/themes/hive/static/images/facebook_img.jpg
new file mode 100644
index 00000000..ef361953
Binary files /dev/null and b/themes/hive/static/images/facebook_img.jpg differ