Tobiah Posted July 10, 2023 Posted July 10, 2023 I want to keep the text on all the time, even when hovering cursor over the project. I was wondering what CSS code I would need to make this happen. I'm at a loss for what to do, have only found the code to remove the text altogether which is the opposite of what I want to do. Page here: https://www.tobiahlui.com/professional
tuanphan Posted July 14, 2023 Posted July 14, 2023 You can add this to Design > Custom CSS /* make text always visible */ .portfolio-text { opacity: 1 !important; } 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