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

Move the Slider Titles/Button with CSS

There are many different solutions to repositioning elements using CSS. This snippet uses one solution: position:relative/top/left which allows you to […]

Create a new Skin color

IMPORTANT! Customizer 3.1.11 added a new feature in the Skin Panel to use the minified CSS stylesheet. This checkbox MUST […]

Rounded user avatars

Hi there ! If you like to follow the look and styling of the Customizr rounded images for featured pages […]

Customize logo link

Use this function in your child theme’s functions.php to change the default link on your logo to another, custom link. […]