alabtechnosoft
On Admin Custom CSS
/whatsapp/
.link_whats {
padding: 0.5rem;
background: linear-gradient(90deg, #78cd1d 0, #58c418 25%, #25b910 50%, #00ae0c 75%, #00a412 100%);
border-radius: 5px;
text-align: center;
display: block;
}
a.link_whats:hover,
a.link_whats:active,
.link_whats {
color: #fff;
text-decoration: none;
}
}
On Store profile ( meta data )
<div class="col-12">
<a class="link_whats" href="here you whatsapp link" target="_blank">WhatsApp</a>
</div>