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 😀 !

Changing the footer background color

1) Click on Customiz’it! button and open the Custom CSS panel. 2) Copy/paste the following code and replace #f0f0f0 by your […]

Sub-menu drop down on mouse hover

Note: While this snippet is still valid for Twitter Bootstrap menu based, Customizr and Customizr-Pro now embed a new option […]

Adding a button to the menu

Howdy developer, here is a quick snippet to add a button to the Customizr theme menu. Example: the green button on […]