Pixelfit Themes Documentation
  • Welcome to Pixelfit
  • Getting Started
    • System Requirements
    • Theme Installation
    • Theme Activation
    • Plugin Installation
    • Child Theme
    • Theme Update
  • Basic Setup
    • Import Demo Content
    • Set Up The Homepage
    • Create The Menu
    • Global Color & Fonts
  • Pages
    • Create a Page
    • Page Options
    • Page Builder
  • Widgets / Sidebars
  • Theme Options
  • Template Builder
  • Developer
  • Translation & Multilingual
  • Get Support
Powered by GitBook
On this page
  1. Getting Started

Child Theme

PreviousPlugin InstallationNextTheme Update

Last updated 4 months ago

If you need to modify core files or just need a better way to manage custom CSS, we recommend using the child theme.

Follow the installation steps below

  1. Go to Appearance - Themes

  2. Click Add New and hit the Upload button

  3. Browse to find "theme_name-child.zip" and click Install Now

  4. The theme will be uploaded and installed

  5. Activate your child theme

Now that you have the child theme active, you can start adding your custom CSS into the child theme style.css file, or your custom PHP code in functions.php file, via Appearance > Editor.

Note: A list of the available hooks & filters can be found .

here