1) Click on Customiz’it! button and open the Additional CSS panel. 2) Copy/paste the following code .carousel-caption { background: rgba(0, 0, 0, 0.2); } 3) the last value (0.2) is the opacity : 1 is black, 0 is transparent. Just try diferent value to find the desired opacity. A […]
Language: css
Why should you create a child theme? Creating a child theme is the best way to start using Customizr (and any WordPress theme). There is one major reason for that : you won’t loose any of your customizations when you’ll update the parent theme!. If you edit directly the style.css […]
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 […]
If you find this icon ugly or you just don’t want to see it, copy and paste the following code in the custom CSS section of the customizer options : .page h1.format-icon:before { content: none; }
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) […]