faded84 Posted April 9, 2021 Share Posted April 9, 2021 (edited) I would like to add an underline and italic text when hover over the project title links on this page. What would be the CSS code needed? Edited June 25, 2021 by faded84 update info Beyondspace 1 Link to comment
Beyondspace Posted April 11, 2021 Share Posted April 11, 2021 On 4/9/2021 at 8:18 PM, faded84 said: Site URL: https://www.gong-liu.com/work I would like to add an underline and italic text when hover over the project title links on this page. What would be the CSS code needed? try .portfolio-hover-item-content:hover { text-decoration: underline; font-style: italic; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted April 11, 2021 Share Posted April 11, 2021 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
bryanb11 Posted May 5, 2021 Share Posted May 5, 2021 On 4/11/2021 at 11:05 AM, bangank36 said: hi bangan! Is there a specific code that will make the current hover bright white and the other project titles have a low opacity? I am trying to adjust my site to do this action on rollover. https://rabbit-goby-hknk.squarespace.com/ Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 On 5/6/2021 at 1:42 AM, bryanb11 said: hi bangan! Is there a specific code that will make the current hover bright white and the other project titles have a low opacity? I am trying to adjust my site to do this action on rollover. https://rabbit-goby-hknk.squarespace.com/ It looks like you sent this code on another post. Try this CSS .portfolio-hover-items-list:hover span.portfolio-hover-item-content { color: rgba(255,255,255,.3); } .portfolio-hover-items-list:hover span.portfolio-hover-item-content:hover { color: #fff; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment