Kalium Documentation
HomeAccountPricingChangelog
  • Getting Started
    • Introduction
      • Before Getting Started
        • Hosting and Domain
        • WordPress Installation
        • Server Requirements
      • How To Purchase Kalium
    • Installation
      • Installing theme via WordPress
      • Installing theme via FTP
      • License Activation
      • Importing a Starter Site
      • Installing Required Plugins
      • Child Theme
      • Updating Kalium
    • License
      • Managing Licenses
      • Activation Scope
      • Prorating Plan Updates
    • Dashboard
    • Customizer
    • Migrating from Kalium 3 to 4
      • Migrating Automatically
      • Migrating Manually
  • General
    • Header
      • Layouts
      • Custom Header
        • Elements
      • Styling
      • Top Bar
      • Sticky Header
      • Mobile Menu
      • Other Options
      • In Page Options
    • Footer
      • Adding/Editing Content
      • Styling
    • Sidebars
      • Troubleshooting Sidebar
  • Post Types
    • Blog
      • Blog Page
      • Post Page
      • Creating a Blog Page
      • Creating a Blog Post
    • Portfolio
      • Portfolio Page
      • Project Page
      • Creating a Portfolio Page
      • Creating a Portfolio Item
        • Side Portfolio
        • Columned
        • Carousel
        • Zig Zag
        • Fullscreen
        • Lightbox
        • Design Your Own
    • WooCommerce
      • General Settings
        • Mini Cart
        • Free Shipping Bar
        • Product Badges
      • Product Catalog
        • Product Card
      • Product Page
      • Product Images
      • Cart & Checkout
      • My Account
      • Store Notice
    • Search Results
  • Typography
    • Fonts
      • How to Add a Font
        • Adding Adobe Fonts
        • Adding Self-Hosted Fonts
        • Adding External Fonts
      • Custom Selectors
      • Advanced Settings
    • Font Sizes
    • Typography Settings
  • Styling
    • Brand and Logo
    • Colors
    • Buttons
    • Forms
    • Layout
    • Link Styles
    • Site Frame
  • Translation
    • Translation introduction
    • Translating with WPML
    • Translating with Loco Translate
    • Translating with Poedit
    • Adding a Language Switcher
    • RTL Languages
  • Other
    • Social Icons
    • Image Placeholder
    • Breadcrumbs
    • Scroll to Top
    • Maintenance Mode
    • Lightbox
    • Custom CSS
  • Troubleshooting
    • Manage Options in Customizer
    • Bad Hosting Environment
Powered by GitBook
On this page
  1. Other

Custom CSS

PreviousLightboxNextManage Options in Customizer

Last updated 8 months ago

Customizing your WordPress site with your own CSS can be a great way to make your theme truly unique. One of the simplest and most user-friendly methods to do this is through the Theme Customizer. Here's how you can easily add your custom CSS to your WordPress site.

First, head over to your WordPress dashboard. Once there, navigate to Appearance -> Customize.

Within the Customizer, you'll notice your site's live preview on the right side, and a panel full of customization options on the left. To start adding your custom CSS, click on the Additional CSS section.

This section will slide open to reveal a simple code editor where you can input your custom CSS code.

As you start typing in your CSS rules, you'll see them take effect immediately in the live preview of your site.

Once you're happy with the changes, make sure to click the Publish button at the top of the Customizer. This will save your custom CSS and apply it to your live site.

Any custom CSS you add using the Theme Customizer is specific to the theme you’re currently using. If you switch to a different theme, your custom CSS won't carry over. To reuse your custom CSS with a new theme, simply copy the code from the Additional CSS box and paste it into the new theme using the same method.

Access Customizer