catemiz Posted February 5 Posted February 5 Hi all, So I did a css code injection to input a custom font on my website. I did it for H1-4 and it's worked everywhere except for the Portfolio Page in this section here. It's the kind of section where when your mouse is over the word, a photo hovers. I'm not sure why it's not working here, as it's clearly one of the header fonts. So I am hoping I can just put a code injection in here to fix it? If anyone knows how to target this that would be amazingly helpful. Thank you!! ps. Website isn't live so I cannot provide the link at the moment.
Solution nick_sh Posted February 5 Solution Posted February 5 Not sure how you added, but try adding explicitly to and use !important: .portfolio-hover-item-content { font-family: YOUR FONT !important; } Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
catemiz Posted February 5 Author Posted February 5 (edited) That worked!! Thanks so much. Is there a way to change the color, too? Edited February 5 by catemiz
nick_sh Posted February 5 Posted February 5 .portfolio-hover-item-content { font-family: YOUR FONT !important; color: COLOR !important; } Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment