I’ve been trying to unify the look of my site by using only one font (Proxima Nova) and I’m running into a minor issue. The rollovers for my images are displaying titles in Avenir and descriptions in Playfair. I changed all the Themed Text on my website to Proxima Nova, and everything is Proxima Nova, except for the rollover text.
I digged through the CSS and found this being used for the titles:
.style-ir3hcu0wimageItemtitle {
color: #2F2E2E;
font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
line-height: 1.3em;
max-height: 3.9em;
}
And this being used for the description:
.style-ir3hcu0wimageItemdescription {
color: #2F2E2E;
font: normal normal normal 25px/1.4em ‘playfair display’,serif;
line-height: 1.3em;
max-height: 3.9em;
}
I replaced both bits I bolded with proxima-n-w01-reg,sans-serif; and the font was updated properly on my screen, but I know I can’t save the site this way. Is there anyway that I can edit the HTML/CSS of the template I’m using through the Wix editor? The template I’m using is called Creative Studio.