How to Add Custom CSS in the 20X Theme
Follow these steps to safely add your own custom CSS:
-
Access WHMCS Files: Connect via FTP or cPanel.
-
Navigate to the CSS Folder: Go to
/templates/twenty-x/css/. -
Locate the Override File: You will find
overrides.css.new. Rename it tooverrides.css. -
Add Your Custom CSS: Edit
overrides.css, add your custom styles, save the file, and upload it back to the same path.
Important Notes:
-
The
custom.cssfile contains the default theme styles. Do not modify this file, as any changes will be overwritten when the theme is updated. -
If you have already made changes in
custom.css, make sure to back it up before upgrading the theme.