Hello Everyone,
Currently i am working on the power pages site customization(signup page)here i am struck in the change in the UI part like customizing the background image and the layout for that i am using the content snippet (Account/sign in /Page copy file) to make the UI changes but its not reflecting in the UI
please find the below code for the reference:-
<style>
#content{
height:440px;
background-color:white;
padding:2%;
width:80%;
margin-left:auto;
margin-right:auto;
margin-top:3%;
}
body{
background-image: url();
background-size: cover;
background-repeat: no-repeat;
}
#submit-signal-local{
width:200px;
}
a[title= "Fotgot Your passsword?"]{
margin-left:3%;
border-style: none;
color:#664BBC;
}
</style>
Regards,
Pramod.