Customizr code snippets

The Customizr WordPress theme is entirely built on an extensible WordPress filter and action hooks API, which makes customizations safe and easy, without ever needing to modify the core structure. To some extents, the theme’s code acts like a collection of plugins that can be enabled, disabled or extended.

The following snippets can really help beginners and advanced developers to extend the Customizr core code and create any kind of websites. You’ll find snippets in the following web coding languages : CSS, HTML, Javascript, PHP.

If you are not familiar with the WordPress hooks API, I really recommend that you start with this quick and easy guide : WordPress Actions, Filters, and Hooks : A guide for non-developers.

Happy customizing 😀 !

Remove Navbar Box

Customizr introduced built-in feature changes in v3.3. Go to Customize>Header>Design and layout. Uncheck the box Display menu in a box. […]

Reduce the height of the Slider

Customizr introduced built-in feature changes in v3.3. Go to Customize>Content>Front Page. Adjust the Set slider’s height in pixels setting. Also […]

Change Sidebar borders

Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]

Move Menu below Navbar Box

This code does work in 3.3. But not one of my favourites! I prefer to remove the Navbar Box and […]

Adjust Navbar Box Settings

Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]