[keycloak-user] Logo for customized theme

Amritha Amarnath amritha_amarnath at amritatech.com
Wed Jan 30 04:20:24 EST 2019


Hello, 



How to add logo for customized theme for my application.? I have set parent=keycloak in theme.properties for customized theme. 
I need source like below : 

<body> 

<div class="login-pf-page atcard "> 
<div id="kc-header" class="login-pf-page-header"> 
<div><img src="/auth/......./img/logo.png" alt=""></div> 
<div id="kc-header-wrapper" class="">{product name}</div> 
</div> 
</div> 

</body> 


But currently getting the source as: 

<body class =""> 
	<div class =" login-pf-page "> 

	<div id =" kc-header " class =" login-pf-page-header "> 

	<div id =" kc-header-wrapper " class =""> {product name} </div> 

	</div> 
<body> 
-- 




With Regards , 
Amritha Amaranath 



More information about the keycloak-user mailing list