Skip to content

Instantly share code, notes, and snippets.

@pro-beaver
pro-beaver / style.css
Last active January 15, 2017 14:53
Add arrow to menu items with sub-items in Beaver Builder theme
/**
* Add arrow to menu items with sub-items in Beaver Builder theme
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=726
*
*/
.nav li > a:after {
color: inherit;
@pro-beaver
pro-beaver / style.css
Created July 28, 2016 14:06
Add margin space between columns in mobile Beaver layout
/**
* Add margin space between columns in mobile Beaver layout
* assign pro-row-bg-1 class to the row
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=361
*
*/
@media only screen and (max-width: 768px) {
@pro-beaver
pro-beaver / style.css
Created July 28, 2016 13:27
Change Row Background Image to Background Color for mobile devices
/**
* Change Row Background Image to Background Color for mobile devices
* assign pro-row-bg-1 class to the row
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=348
*
*/
@media only screen and (max-width: 768px) {
@pro-beaver
pro-beaver / style.css
Created July 10, 2016 12:05
Different title & content colors in Beaver Accordion module Raw
/**
* Different title & content colors in Beaver Accordion module
* assign pro-ac-1 class to accordion
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=179
*
*/
.pro-ac-1 .fa-plus:before {
@pro-beaver
pro-beaver / style.css
Created July 10, 2016 08:10
Dashed border Accordion style in Beaver builder plugin
/**
* Dashed border Accordion style in Beaver
* assign pro-ac-1 class to accordion
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=179
*
*/
.pro-ac-1 .fa-plus:before {
@pro-beaver
pro-beaver / style.css
Created July 10, 2016 05:59
Change buttons in Beaver Builder Accordion module
/**
* Change default buttons with font awesome icons
* assign pro-ac-1 class to accordion
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=179
*
*/
.pro-ac-1 .fa-plus:before {
@pro-beaver
pro-beaver / functions.php
Created June 26, 2016 14:41
Enable Beaver Builder template shortcodes in WordPress widgets
/**
* Enable Beaver template shortcodes in WordPress widgets
*
* @author Davinder Singh Kainth
* @link http://probeaver.com
*
*/
add_filter('widget_text', 'do_shortcode');