Hi – you can apply the CSS using the Custom CSS section in Squarespace. The CSS should look something like this:
body.mllanguage1 {
font-family:Times;
}
Hi Dave,
I have just installed mulitilingualizer and I am also trying to customize the font.
I am a total novice with CSS, and I have tried to add the font as per your reply, but it didn’t do the trick for me.
Can you tell me how can I fix it?
You find the font lines at the end of the code I put in the header box.
Thanks
Roberto
var mllanguages = []; mllanguages[“English”] = 0; mllanguages[“French”] = 1;
var mltextblockboundary = ‘….’;
#multilingualizerloadingscreen {
position:fixed;
width:100%;
height:100%;
background-color:white;
background-repeat:no-repeat;
background-position:center, bottom right;
z-index:99999999;
top:0px;
left:0px;
}
body.mllanguage1 {
font-family:Times;
}
#multilingualizerloadingscreen.loaded {
display:none;
}
Please login or Register to submit your answer