I want to add below css styles to my login page (Xwiki 9.8.1)
#mainContentArea, #xdocFooter, #docextrapanes {
background: none;
box-shadow: none;
margin: 0px;
padding: 0px;
}
How can I add these css style
I want to add below css styles to my login page (Xwiki 9.8.1)
#mainContentArea, #xdocFooter, #docextrapanes {
background: none;
box-shadow: none;
margin: 0px;
padding: 0px;
}
How can I add these css style