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 😀 !
Hide the Slider Controls
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Align the Featured Pages buttons
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Change Grey Bar between Navbar and Slider
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Change the size 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. […]
Change the Navbar Colors/Font/Size
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Remove the Featured Pages Heading-Text-Buttons
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Adding a multi-line tagline
Your site’s tagline is used to explain, in a few words, what the site is about. But maybe you want […]
Change text appearance of the Featured Pages Heading-Text-Button
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]
Adding a custom social profile link with icon in the header
Customizr comes with predefined social networks that you can easily activate from the customizer screen. You might want to add […]
Change the features of the Tagline
Where to copy/paste this code? The simplest way is to use the Custom CSS section of the customizer option screen. […]