diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl
index 843109d9..d056aabc 100644
--- a/ui/ui/sections/header.tpl
+++ b/ui/ui/sections/header.tpl
@@ -256,6 +256,10 @@
             font-weight: bold;
         }
 
+        .main-header .logo .logo-lg {
+            font-weight: bold;
+        }
+
         /* Search Bar Start Here */
         .wrap {
             width: 30%;
@@ -1003,6 +1007,14 @@
             font-weight: bold;
         }
 
+        .dark-mode .content-header>h2 {
+            font-weight: bold;
+        }
+
+        .dark-mode .main-header .logo .logo-lg {
+            font-weight: bold;
+        }
+
         /* Dark Mode - Select2 Dropdown ends here */
 
         /* dark mode styles start ends here */
diff --git a/ui/ui/user-ui/header.tpl b/ui/ui/user-ui/header.tpl
index e52c1b69..09841709 100644
--- a/ui/ui/user-ui/header.tpl
+++ b/ui/ui/user-ui/header.tpl
@@ -264,6 +264,10 @@
             font-weight: bold;
         }
 
+        .main-header .logo .logo-lg {
+            font-weight: bold;
+        }
+
         /* New Customize Interface End Here */
 
         ::-moz-selection {
@@ -705,6 +709,14 @@
         .dark-mode .box-header .box-title {
             font-weight: bold;
         }
+
+        .dark-mode .content-header>h2 {
+            font-weight: bold;
+        }
+
+        .dark-mode .main-header .logo .logo-lg {
+            font-weight: bold;
+        }
     </style>
 
     {if isset($xheader)}