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 […]
Emphasize latest post on the list
Did you ever wanted to distinguish your newest post in front of the other posts in the list ? This snippet […]
Fixed width of Customizr for high resolution screens
If you dont want to see your header or footer stretched all over the screen, especially if you have high […]
Change color of the 3-bar Menu button
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Change the color of the Social Icons
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Welcome to Tomaja : new snippet author @Themesandco
Following last month (Oct. 2013) creation of the code snippets section with Dave, Andrei and Electricfeet, I am please to […]
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. […]
Removing the Help and Customiz’it admin bar buttons
Update : the Customiz’it button has been removed since v3.1.12 of the theme Howdy developer! Even if I have tried […]