Menu Links Bottom Up Effect

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam at ullamcorper mauris, vitae imperdiet tortor. Cras aliquet gravida lacus eu auctor

Code Snippet To Create Above Results

                        
$wdpk-primary-color: #0056c6;
$wdpk-hover-effect: (
							hoverType: 1,
							paddingBottom: 8px,
							hoverThickness: 2px,
							hoverColorType: gradient,
							animationType: leftToRight,
							animationDistance: 10px,
							animationDuration: 0.6s,
							animationDelay: 0s,
							col1: $wdpk-primary-color,
							col2: #0bc9cd,
					) !default;

// $wdpk-menu-height - Sets the height of the header
$wdpk-menu-height: 80px !default;
// $wdpk-menu-logo-width - Set the width of the logo in the navbar
$wdpk-menu-logo-width: 210px !default;