Franck TAVERRITI

Forum Replies Created

Viewing 1 post (of 1 total)
in reply to: Use direct download link and email lock #198567

Franck TAVERRITI
Participant

Thanks,

What about the link ?

For the CSS, it’s not for the email lock popup (but still interesting) but for the button template ? (the blue with “télécharger”)
I cloned the template, put css in the CSS section and the preview is still blue like original.

CSS to try :
.myButton {
background-color:#44c767;
border-radius:28px;
border:1px solid #18ab29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Georgia;
font-size:14px;
padding:16px 31px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
background-color:#5cbf2a;
}
.myButton:active {
position:relative;
top:1px;
}

Viewing 1 post (of 1 total)