html - Changing the size of a button within revolution slider -
i have made button within revolution slider, enables users click button scroll down next section on site.
however un-able change size of button.
i aware says "small" , have tried changing "medium", not change size of button.
below code, help!
<a onclick="scrollwin()" style="position:relative;" class='tp-button blue small'> scroll down <script> function scrollwin() { window.scrollby(0, 900); } </script> </a>
Comments
Post a Comment