mirror of
https://github.com/Ombi-app/Ombi.git
synced 2024-12-03 02:30:25 -08:00
Page:
Ombi v4 Custom CSS File
Pages
Api Information
Arr Settings
Authentication Settings
Backups
Building V4
Common Errors
Customization Settings
Discord Notification Settings
Docker Containers
DogNzb Settings
Email Notification Settings
FAQ
Home
Installation
Issue Settings
Job Settings
Jobs Tasks Schedules
Landing Page Settings
Mass Email
Migration procedure from SQLite to MySQL or MariaDB
Mobile App Setup
Newsletter Settings
Notification Template Variables
Ombi & Tautulli
Ombi Settings
Ombi v4 Custom CSS File
Ombi v4 Custom Themes
Prerequisites
Pushbullet Notification Settings
Pushover Notification Settings
Request Workflow
Reverse Proxy Examples
Reverse Proxy v4
Roles and Notifications
Settings
Slack Notification Settings
Startup Parameters
Telegram Notifications
Translations
Twilio
Update Settings
User Importer Settings
User Roles
Using a different database (MySQL) on Windows
Using a different database
Vote Settings
2
Ombi v4 Custom CSS File
Dyson Parkes edited this page 2020-12-11 14:34:01 +13:00
Table of Contents
Important to Know Before Starting
Important Note:
THIS IS NOT AN OFFICIALLY SUPPORTED METHOD. FOLLOW THIS AT YOUR OWN RISK.
How to Make A Custom CSS for Ombi
- Go to your ombi directory
- Inside the ombi root directory, go to
/ClientApp/dist/
- Find
index.html
- Make the below edits to the file.
Add<link rel="stylesheet" href="CustomCSS.css">
right under<link rel="stylesheet" href="styles.4d16b0dc8c12c7d965e8.css"><link rel="stylesheet" href="main.8ae492ffa0cbafb195ba.css">
and before</head>
- Save your changes.
- Make a new file named
CustomCSS.css
in this same folder. - Edit this CSS to your liking.
- Save and refresh your Ombi browser window without cache (usually ctrl+F5).
The wiki is dead! Long live the wiki!