emilynola Posted October 3, 2023 Posted October 3, 2023 Hello! I am trying to add a slower transition to this code that I just added to my page. Here's what I have, and it isn't working at the moment (the change in font works but not the transition time) https://collarworks.squarespace.com/2023-exhibitions <style> h1:hover { transition: transform 1s!important; font-family: Diatype Bold Italic!important } </style>
Solution tuanphan Posted October 6, 2023 Solution Posted October 6, 2023 Use this code <style> h1:hover { font-family: Diatype Bold Italic !important; } h1, h1:hover { transition: all 0.1s !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment