This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Using multiple fonts in headline module of Beaver Builder | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=977 | |
| * | |
| */ | |
| .pro-text-1 i { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Remove specific columns layout in row layout in Beaver Builder | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=1012 | |
| * | |
| */ | |
| .fl-builder-edit [data-cols="3-cols"], | |
| .fl-builder-edit [data-cols="4-cols"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Retina Image display in Beaver Builder photo module | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=1044 | |
| * | |
| */ | |
| .retina-image img { | |
| width: 50% !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Center align logo image in mobile view of Beaver Builder theme | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=1555 | |
| * | |
| */ | |
| @media only screen and (max-width: 768px) { | |
| .fl-page-nav-toggle-icon .fl-page-header-logo { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Disable and Hide Animations in Beaver Builder modules | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=1697 | |
| * | |
| */ | |
| /* Hides animation section in Beaver Builder Modules */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Disable and Hide Animations in Beaver Builder modules | |
| * | |
| * @author Chinmoy K Paul | |
| * @link http://probeaver.com/?p=1697 | |
| * | |
| */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Change menu area width in header area of Beaver Builder Theme | |
| * | |
| * @author Davinder Singh Kainth | |
| * @link http://probeaver.com/?p=2604 | |
| * | |
| */ | |
| @media (min-width: 992px) { | |
| .fl-page-nav-right .fl-page-nav-wrap { |
OlderNewer