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

Change the Divider Bar

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

Center Header Block Items (3.1/3.2)

If you need to center Header Block Items, 3.2.* release created more options for doing this in the Customize>Header panel […]

Move the Social Icons and Tagline

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

Add “MENU” text to 3-bar Menu button

Where to copy/paste this code? NoteSince Customizr 3.3.1 (Customizr-Pro 1.0.12), because of new wp themes guidelines, you cannot use single […]

Make the Header ‘Sticky’

Customizr introduced built-in feature changes in v3.2. Go to Customize>Header>Design and layout. Adjust the STICKY HEADER SETTINGS. 3.1/3.2 code Where […]

Remove Header Block Items

Customizr introduced built-in feature changes in v3.3. See this Snippet for 3.3 approach to changing Header Block items Where to […]

Change Post/Page Icon & Title

Where to copy/paste this code? NoteSince Customizr 3.3.1 (Customizr-Pro 1.0.12), because of new wp themes guidelines, you cannot use single […]