Skip to content
Code Library

HighLevel customizations, copy-paste ready

Every CSS and JS snippet from the library — sidebar rebrands, checkout tweaks, login pages, calendars, forms and more.

96 snippets across 18 categories

FeaturedLogin Pages · CSS

Custom HighLevel Agency Login Screen

Full-page custom login redesign: split layout with background image on the right, custom logo, dark panel background, responsive breakpoints for tablet/mobile.

Where to paste

Agency > Settings > Whitelabel > Custom CSS

Showing 24 of 96 · 96 total

  • CSS

    Rename Sidebar Menu Items

    Sidebar & Menu

    Renames the default HighLevel sidebar labels (Launchpad, Dashboard, Conversations, etc.) to custom text using CSS content injection.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Main Sidebar Menu Items

    Sidebar & Menu

    Hides any main sidebar menu items (Launchpad, Dashboard, Payments, Memberships, App Marketplace, etc.) via CSS display:none.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • JS

    Hide Menu Items by Location ID

    Sidebar & Menu

    JS that conditionally hides a large list of sidebar/menu elements only for specific location IDs, using a MutationObserver so it re-applies as the SPA re-renders.

    Where to paste

    Agency > Settings > Whitelabel > JS Code box

  • CSS

    Hide Launchpad Connect Buttons

    Sidebar & Menu

    Hides individual connect buttons (Chat, GMB, Facebook, WhatsApp, Stripe, Invite User) on the Launchpad page.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Sub-Menu Links: Sites

    Sidebar & Menu

    Hides sub-navigation links under the Sites menu (Funnels, Websites, Stores, Webinars, Analytics, Blogs, Form/Survey/Quiz Builder, Chat Widget, QR Codes).

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Sub-Menu Links: Marketing

    Sidebar & Menu

    Hides sub-navigation links under Marketing (Social Planner, Email Templates, Countdown Timer, Email Builder, Trigger Links, Affiliate Manager, Brand Boards, Ad Manager).

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Sub-Menu Links: Payments

    Sidebar & Menu

    Hides sub-navigation links under Payments (Invoices, Proposals, Orders, Subscriptions, Links, Transactions, Products, Coupons, Settings, Integrations).

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Sub-Menu Links: Memberships

    Sidebar & Menu

    Hides sub-navigation links under Memberships (Client Portal Communities, Courses, Communities, Certificates, GoKollab).

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Move Sidebar Toggle to Top

    Sidebar & Menu

    Moves the sidebar collapse/expand toggle button from the bottom of the menu to the top.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Twilio No-Phone-Number Warning Banner

    Sidebar & Menu

    Hides the red Twilio warning banner that appears when no phone number is connected.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • CSS

    Hide Voice AI Missed Call Banner

    Sidebar & Menu

    Hides the purple 'Voice AI missed call' text banner shown in the app.

    Where to paste

    Agency > Settings > Whitelabel > CSS Code box

  • JS

    Bypass AI Promo Landing Page Redirect

    Sidebar & Menu

    Automatically redirects users away from the default AI Employee promo landing page to the agency dashboard.

    Where to paste

    Agency > Settings > Whitelabel > JS Code box

  • CSS

    Remove TEAM MANAGEMENT Menu Item

    Sidebar & Menu / SaaS Mode

    Hides the Team Management link from Settings (useful for per-user SaaS pricing). Includes a bonus console snippet to temporarily restore it for yourself via DevTools.

    Where to paste

    Custom CSS box under /settings/company

  • CSS

    Remove AGENCY SERVICES Menu Item

    Sidebar & Menu / SaaS Mode

    Hides the Agency Services navigation item from Settings/Users (deduplicated - identical snippet appeared 3 times in the source library).

    Where to paste

    Custom CSS box under /settings/company

  • JS

    Remove Facebook Ads Widget from Dashboard

    Sidebar & Menu

    Removes the Facebook Ads widget/card from location dashboards.

    Where to paste

    Custom Javascript box in Agency Settings

  • CSS

    Change Left Nav Bar Color (Whitelabel Gradient)

    Sidebar & Menu / Branding

    Changes the sidebar navigation background to a custom color gradient.

    Where to paste

    Custom CSS box in Agency Settings

  • JS

    Change Favicon

    Branding

    Updates the favicon shown across all locations/accounts by replacing the icon link element via JS (deduplicated - appeared twice in source).

    Where to paste

    Custom Javascript box under /settings/company

  • JS

    Configure / Remove 'Powered By HighLevel'

    Branding

    Advanced framework loader (jQuery + timeout wrapper) used to configure or remove the 'Powered By HighLevel' branding.

    Where to paste

    Custom Javascript box under /settings/company (Advanced Framework)

  • CSS

    Update Number of Rows on Custom CSS/JS boxes

    Branding

    Increases the visible height of HighLevel's Custom CSS / Custom Javascript textarea editors in Agency Settings.

    Where to paste

    Custom CSS box under /settings/company

  • CSS

    Visually More Compact Opportunities

    Opportunities

    Reduces the minimum width of the opportunities/pipeline board cards for a more compact view.

    Where to paste

    Custom CSS box under /settings/company

  • CSS

    Update Opportunities Pipeline Width

    Opportunities

    Adjusts the width of the opportunities pipeline columns/cards (edit the 500px value to your preferred size).

    Where to paste

    Custom CSS box under /settings/company

  • CSS

    Opportunity Tag Styles (Custom Colored Tags)

    Opportunities

    Custom CSS template to style opportunity/pipeline card tags with custom background colors per tag name (e.g. 'hot').

    Where to paste

    GHL Customizer / Funnel Custom CSS

  • CSS

    Remove Account Branding From Forms in Form Builder

    Forms

    Hides the 'powered by' account branding wrap shown at the bottom of forms.

    Where to paste

    Custom CSS section inside the form editor > Styles

  • CSS+JS

    Google-Style Floating Labels for Forms

    Forms

    Turns form field labels into animated floating labels (Google Material style) that move above the input on focus/fill, plus font styling for the form title.

    Where to paste

    Form Builder > Custom CSS box + HTML element under the form