Comments 1Zoker started the conversationMay 24, 2017 at 6:50pmHi,Can you show me how to make the glow button like the one in this Agency Onepager demo? 7,092Oliver repliedMay 25, 2017 at 6:38amHi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 1Zoker repliedMay 25, 2017 at 6:56amI got it :D . Actually it was a soft shadow thing with a little hint of color which I found the css lines..gem-button-size-large { height: 76px; line-height: 68px; padding: 0px 45px; box-shadow: 0 8px 50px rgba(72, 196, 212, 0.4); Sign in to reply ...
Hi,
Can you show me how to make the glow button like the one in this Agency Onepager demo?
Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I got it :D . Actually it was a soft shadow thing with a little hint of color which I found the css lines.
.gem-button-size-large {
height: 76px;
line-height: 68px;
padding: 0px 45px;
box-shadow: 0 8px 50px rgba(72, 196, 212, 0.4);