Hello,
I tried to customize the size of my title only for the frontpage with CSS code but that doesn't work :
body[data-type="page"][data-id="146"] .sitetitle{
position: fixed;
left: 50%;
top: 50%;
font-size: 60px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
right: auto;
}
Position works but not the size...
Any ideas ?
Thank you !