Custom Log in /Sign up Button

Unmaintained Custom Log in /Sign up Button v1

No permission to download
NrxczLT.png
sign_up_update_preview.webp


Summary of Update: This additional enhancement will allow for an icon to display beside the text of the Signup/login button.

If you've already added this resource simply paste the following into your EXTRA.CSS template and upload the signup_icon.png into your /gradients folder. (download for the icon below in attachment)

For those of you that haven't installed this, you will need to add the image/code (below) and revert to the release thread as well and add the code/image from there also.


Code:
#SignupButton a.inner:before{
    background: url("@imagePath/xenforo/gradients/signup_icon.png") no-repeat scroll right bottom transparent;
    height: 17px;
    display: inline-block;
    position: relative;
    content:"";
    padding-right: 25px;
    margin-right: 5px }

Attachments

  • signup_icon.webp
    signup_icon.webp
    438 bytes · Views: 29
  • Like
Reactions: Steve F
Top Bottom