diff --git a/1-it-index.html b/1-it-index.html
index ddf3f2ab9..a77282554 100644
--- a/1-it-index.html
+++ b/1-it-index.html
@@ -10,7 +10,7 @@
mAltProgIcon: "Jamulus icon"
mTSlogan: "Suonare Online. Tra Amici. In libertà."
mTGetStartedNow: "Comincia a Suonare!"
-mHTMLDownloadNow: 'Cominciamo:
Scarica Ora'
+mHTMLDownloadNow: 'Download now for
Windows,
Mac,
Debian/Ubuntu or
other platforms.'
---
diff --git a/_config.yml b/_config.yml
index 27b85a269..bd29e4722 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,6 +16,7 @@ download_file_names:
windows: "jamulus_3.7.0_win.exe"
mac: "jamulus_3.7.0_mac.dmg"
android: "jamulus_3.7.0_android.apk"
+download_overview_link: "https://github.com/jamulussoftware/jamulus/releases/latest"
githubrepoeditbase: "https://github.com/jamulussoftware/jamuluswebsite/edit/changes"
kbnewpage: 'https://github.com/jamulussoftware/jamuluswebsite/new/changes/_posts/?value=---%0Alayout%3A%20post%0Atitle%3A%20%22Your%20Title%22%0Alang%3A%20%22en%22%0Aauthor%3A%20%22YourName%22%0Aheading%3A%20%22Heading%22%0A---%0AName%20this%20file%20and%20edit%20the%20parameters%20above%21&message=New%20post'
diff --git a/assets/css/home.css b/assets/css/home.css
index b25ace456..c2809b27f 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -47,40 +47,12 @@ header {
margin: .5em 0 0 0;
}
-#dld_frm_sf {
+#dl_frm_sf_container a {
color: #ffffff;
text-decoration: none;
}
-#dld_frm_sf:hover {
- text-decoration: underline;
-}
-
-#bannercontainer {
- margin-top: 10px;
-}
-
-#jamulusbanner {
- width: 100%;
- transition: 0.4s;
- opacity: 1;
-}
-
-#jamulusbanner:hover {
- transition: 0.4s;
- opacity: 0.9;
-}
-
-#dl_frm_sf_container {
- margin: .5em 0 0 0;
-}
-
-#dld_frm_sf {
- color: #ffffff;
- text-decoration: none;
-}
-
-#dld_frm_sf:hover {
+#dl_frm_sf_container a:hover {
text-decoration: underline;
}