diff --git a/bundles/org.openhab.ui/web/src/components/developer/help-sidebar.vue b/bundles/org.openhab.ui/web/src/components/developer/help-sidebar.vue
index 3443a4e110..d6eb184c6b 100644
--- a/bundles/org.openhab.ui/web/src/components/developer/help-sidebar.vue
+++ b/bundles/org.openhab.ui/web/src/components/developer/help-sidebar.vue
@@ -123,10 +123,13 @@
background #232323 !important
.add-button-icon
- color: blue
+ color: #2196f3
+
+.link-item-icon
+ color: #4cd964
.chevron-icon
- color: blue
+ color: #2196f3
.faq-title .item-title
white-space: normal !important
diff --git a/bundles/org.openhab.ui/web/src/components/developer/help/help-qstart-defs.json b/bundles/org.openhab.ui/web/src/components/developer/help/help-qstart-defs.json
index de760a592f..434dccc89a 100644
--- a/bundles/org.openhab.ui/web/src/components/developer/help/help-qstart-defs.json
+++ b/bundles/org.openhab.ui/web/src/components/developer/help/help-qstart-defs.json
@@ -6,7 +6,7 @@
{
"link": "/settings/addons",
"title": "Addon-Store",
- "text": "Left panel > Settings > Add-on Store or click here"
+ "text": "Left panel > Settings > Add-on Store or click here arrow_right"
},
{
"title": "Install",
@@ -24,7 +24,7 @@
{
"link": "/settings/things/inbox",
"title": "Thing Inbox",
- "text": "Left panel > Settings > Things > Inbox or click here"
+ "text": "Left panel > Settings > Things > Inbox or click here arrow_right"
},
{
"title": "New Thing",
@@ -36,7 +36,7 @@
},
{
"title": "Scan",
- "text": "Click the Scan button to automatically search for related devices"
+ "text": "Click the Scan button to automatically search for related devices"
},
{
"title": "Add Thing",
@@ -54,7 +54,7 @@
{
"link": "/settings/things/",
"title": "Thing List",
- "text": "Left panel > Settings > Things or click here"
+ "text": "Left panel > Settings > Things or click here arrow_right"
},
{
"title": "Select Thing",
@@ -76,7 +76,7 @@
{
"link": "/settings/things/",
"title": "Thing List",
- "text": "Left panel > Settings > Things or click here"
+ "text": "Left panel > Settings > Things or click here arrow_right"
},
{
"title": "Select Thing",
@@ -88,7 +88,7 @@
},
{
"title": "Select Channel",
- "text": "Click to expand the Channel you will control and then click Add Link to Item"
+ "text": "Click to expand the Channel you will control and then click plus_circle_fill Add Link to Item"
},
{
"title": "New Item",
@@ -110,7 +110,7 @@
{
"link": "/settings/pages/layout/overview",
"title": "Select Page from Page List",
- "text": "Left panel > Settings > Pages > Overview or click here"
+ "text": "Left panel > Settings > Pages > Overview or click here arrow_right"
},
{
"title": "Add Block, Row, and Column",
@@ -135,7 +135,7 @@
{
"link": "/",
"title": "View Home Page",
- "text": "Click here to return to the Home Overview Page"
+ "text": "Click here to return to the Home Overview Page arrow_right"
}
],
"button": {
diff --git a/bundles/org.openhab.ui/web/src/pages/home/overview-tab.vue b/bundles/org.openhab.ui/web/src/pages/home/overview-tab.vue
index c6109709b0..c3cd8448d0 100644
--- a/bundles/org.openhab.ui/web/src/pages/home/overview-tab.vue
+++ b/bundles/org.openhab.ui/web/src/pages/home/overview-tab.vue
@@ -15,7 +15,7 @@