![]() |
UserCP Navigation with 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: UserCP Navigation with Font Awesome Styling (/thread-27.html) |
UserCP Navigation with Font Awesome Styling - Erik - 05-26-2025 UserCP Navigation with Font Awesome Styling
Quote: Step 1: Replace CSS in your theme Go to: ACP → Templates & Style → Themes → YOUR THEME → usercp.css Replace everything 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 anywhere inside the `<head>` section: Code: .cp_options td:first-child { Note: If Font Awesome is already installed in your theme, skip this step. |