Reply 304890 to: Animating button and copyright

Avatar: Olga Barlow
Olga Barlow
Support staff
October 7, 2021 at 14:17

Hello,

1) You can implement shadow and animation using custom code, for example

a.mpc-button {
    box-shadow: 0px 8px 15px rgb(94 52 176 / 57%);
    font-weight: bold;
}
a.mpc-button:hover {
    transform: translateY(-3px);
}

2) Create footer using static block https://youtu.be/gY-x4m47Duo and create the layout you need and include copyrights texts to your footer static block.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.