Jump to content

Custom Login Button


tomnjerry74
Go to solution Solved by Happy2Play,

Recommended Posts

tomnjerry74

Hello,

Does anyone know if it's possible to add a button under the "Sign In" one pictured below that looks exactly like it but points to a url. I've tried adding one in manuallogin.html but it treats it as a second sign in button.

To be specific, this is what I already tried:

<a href="mylink.com">
	<button is="emby-button" class="raised block paperSubmit">
		<span>Forum</span>
	</button>
</a>

image.png.ac5a24f66c1b2f75f25da5b3614116c8.png

Link to comment
Share on other sites

  • Solution
Happy2Play

Not css but edit manuallogin.html

add something like this

<a is="emby-button" class="raised block emby-button" href="https://emby.media/community" target="_blank">Forum</a>

 

  • Like 1
Link to comment
Share on other sites

tomnjerry74
31 minutes ago, Happy2Play said:

Not css but edit manuallogin.html

add something like this


<a is="emby-button" class="raised block emby-button" href="https://emby.media/community" target="_blank">Forum</a>

 

Worked perfect, thank you!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...