diff --git a/_includes/catalog-help-modal.html b/_includes/catalog-help-modal.html
index 4d62b1b2be..59590b9aef 100644
--- a/_includes/catalog-help-modal.html
+++ b/_includes/catalog-help-modal.html
@@ -96,20 +96,49 @@
-
Meshery UI
-
To import designs, visit docs
-
+
+ Using Meshery Playground and Meshery's extension Kanvas, You can participate in creating high-quality starter templates, publishing designs and models for the community to use in various ways. You can also climb the leaderboard by having your designs cloned, downloaded, or viewed the most. Follow the instructions below to get started.
+
+
Create a design
+
Begin by creating a new design from scratch, using existing design patterns and templates from catalog:
+
+ - From Scratch:
+ - Open the Designs panel, Select and arrange components from the Designer Dock on the Kanvas, and customize with connections, labels, and properties.

+
+ - From a Template:
+ - Start from a pre-built template or clone an existing design from the Catalog. This allows you to build on established designs for a quicker start.

+
+
+
Import a design
+
+ - Access the Kanvas Designer and select the "Import" button in the left Designs panel. Import your own designs from local filesystem or from a remote URL directly into the Catalog. Upload a file or provide a URL for Docker Compose, Helm Charts, Meshery Designs or Kubernetes Manifests. Choose to either import as new or merge into current design that you have open in Kanvas.
+
+
+
+
Kanvas will convert these into a usable design based on their configurations.
+

+
+
Publish a Design
+
Make your designs accessible to others by publishing them in the Catalog:
+
- In the designs panel, locate your design and hover over it to access quick actions. Select the info button (marked with an "i") and add any necessary details for the review process, such as relevant technologies, descriptions, and considerations and click Publish button. Once approved by the Maintainers, your design becomes available to the broader community in Kanvas catalog.

+
+
Create or import model
+
One can either create a model from scratch using crds, or import existing models using create widgets. Visit: Registry
-
+
-
+
diff --git a/_sass/elements.scss b/_sass/elements.scss
index f4fe5ce3b4..bcbf04c6a1 100644
--- a/_sass/elements.scss
+++ b/_sass/elements.scss
@@ -94,13 +94,15 @@ h3 {
-webkit-font-smoothing: antialiased;
}
-h4, h5, h6{
+h4, h5, h6, dl, dd, dt{
color: var(--color-secondary-dark);
font-family: "Qanelas Soft", "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
}
-
+dd {
+ margin-left: 0;
+}
p, address {
font-size: 1.38em;
color: var(--color-secondary-dark);