Hello, yes sure.
1) For the Whatsapp link just do this
a) Put this code into Translation > Custom Home Message:
<div class="col-12">
<a class="link_whats" href="https://wa.me/5493463645114?text=Hola!%20Me%20ayudas%20por%20favor?%20Te%20escribo%20desde%20arrimalo.com" target="_blank"><img src="/recursos/wpp-logo3.png" alt="Comunicate con nosotros!" width="200" height="30"></a>
</div>
b) And this in your Custom CSS:
/* ------WHATSAPP------- */
.link_whats {
padding: 0.5rem;
background-image: url("/recursos/wpp-bg-image.png");
border-radius: 5px;
text-align: center;
display: block;
}
a.link_whats:hover,
a.link_whats:active,
.link_whats {
color: #fff;
text-decoration: none;
}
2) For the Grid looking Menu, just add this code to your Custom CSS:
/* ------GRID VIEW CATEGORY SLIDER/GRID NOW LOL------- */
.slider-wrapper {
display: grid;
overflow: scroll;
grid-template-columns: auto auto auto;
grid-row-gap: 13px;
}
Regarding your third selection, im not sure what you are refering to; please be more specific.
Hope it helps.
Regards,
Sebastian