#1. First, you add a Link item to Navigation with Name/URL
- Name: Home
- URL: #home
![]()
#2. Use this code to Code Injection – Header (or use Code Block in Site Footer if your plan doesn’t support Code Injection)
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
![]()
#3. Use this code to Custom CSS box
header#header a[href="#home"] {
font-size: 0;
}
header#header a[href="#home"]:before {
content: "\f015";
font-family: "Font Awesome 6 Free";
font-weight: bold;
font-size: 18px;
}
![]()