![]() |
Moderator Control Panel Font Awesome Styling - Printable Version +- Xucce (https://xucce.com) +-- Forum: Forums (https://xucce.com/forum-1.html) +--- Forum: MyBB Development (https://xucce.com/forum-4.html) +---- Forum: Tutorials (https://xucce.com/forum-11.html) +---- Thread: Moderator Control Panel Font Awesome Styling (/thread-28.html) |
Moderator Control Panel Font Awesome Styling - Erik - 05-26-2025 Moderator Control Panel Font Awesome Styling
Quote: Step 1: Replace CSS in Your Theme Go to: ACP → Templates & Style → Themes → YOUR THEME → modcp.css Replace everything in that file with the following: Locked ContentGuests cannot view hidden content. Please log in. Step 2: Add Font Awesome (if not already installed) Go to: ACP → Templates & Style → Templates → Your Theme → Ungrouped Templates → headerinclude Add this line somewhere inside the `<head>` tag: Code: .modcp_nav_item:before { Note: If Font Awesome is already included in your theme, you can skip this step. |