I am wondering if someone could point me on how to insert a custom css code on a page element such as:
transition: transform cubic-bezier(0.51, 0.07, 0.47, 0.91) 1.1s;
or
transform: translate3d(-200%, 0, 0);
or if its even possible.
Maybe not on the free plan and it is necessary to scale to a superior plan to achieve my pourpose?