Hi,
I have this css code here and i do have the scorll button as well and i'm using Alt template , i did add this code to the common.css but it's not working !
#back-to-top {
background: rgba(0, 161, 224, 0.8) url("../images/arrow-up-large.png") no-repeat scroll center center;
border: 1px solid;
bottom: 20px;
color: #00A1E0;
display: inline;
font: 0px/0 a;
height: 40px;
position: fixed;
right: 20px;
text-shadow: none;
width: 40px;
z-index: 100;
transition: all 0.2s ease-out 0s;
}
is there somewhere else where i have to insert this css or...
Thanks