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 (double) quotes in the Custom CSS in customizer. Use a Child Theme. The simplest way is to use the Custom CSS section of the customizer option screen. If you have […]
Target: Menu
Hi, the following pieces of code change the default behaviour of the Customizr theme menu : 1 displays the dropdown items on hover instead of click 2 enables the click on a parent menu item It is composed of two parts that work together : a css snippet and a […]
Note: While this snippet is still valid for Twitter Bootstrap menu based, Customizr and Customizr-Pro now embed a new option to achieve the same result. Navigate to Appearance > Customize > Header > Navigation and you’ll find it! If you don’t want to click on the parent menu item to […]
Howdy developer, here is a quick snippet to add a button to the Customizr theme menu. Example: the green button on the demo site : http://demo.presscustomizr.com 1) I added this classes to my element in the menu (See this snippet to add classes to your WordPress Menu) free_download btn btn-mini btn-primary 2) […]