2021-08-12, 08:49 AM
Screenshots:
Admin KP – Templates & Style – Themes – Theme – global.css – Advanced Mode;
navigation find it and they will get it with codes;
Admin KP – Templates & Style – Templates – Theme – Ungrouped Templates – headerinclude – {$stylesheets} find it and paste the code below just below;
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav replace it with the following codes;
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_dropdown delete and save the contents (it will remain empty).
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_sep and nav_sep_active replace the contents with the following codes and save;
source
Admin KP – Templates & Style – Themes – Theme – global.css – Advanced Mode;
navigation find it and they will get it with codes;
.navigation {
color: #333;
padding: 4px;
border-radius: 3px;
border: 0px solid #ccc;
font-size: 12px;
}
.navigation a:link {
background: #333;
color: #fff;
padding:5px;
text-decoration: none;
font-style: bold;
}
.navigation a:visited {
background: #333;
color: #fff;
padding: 5px;
text-decoration: none;
font-style: bold;
}
.navigation a:hover,
.navigation a:active {
color: #fff;
text-decoration: none;
font-style: bold;
}
.navigation .active {
background: #3A98DB;
color: #fff;
padding: 5px;
border-radius: 0px 4px 4px 0px;
font-size: small;
font-weight: bold;
}
Admin KP – Templates & Style – Templates – Theme – Ungrouped Templates – headerinclude – {$stylesheets} find it and paste the code below just below;
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav replace it with the following codes;
<div class="navigation">
<div style="background: #6F6F6F;padding:3px;font-size: 20px;color: #FFF;float:left;margin-top: -4px;margin-right: 0px;/* margin-left: -6px; */border-radius: 4px 0px 0px 4px;"><i class="fa fa-home"></i></div>
{$nav}{$activesep}{$activebit}
</div>
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_dropdown delete and save the contents (it will remain empty).
Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_sep and nav_sep_active replace the contents with the following codes and save;
<i class="fa fa-chevron-circle-right"></i>
source