jordandixon Posted October 15, 2019 Share Posted October 15, 2019 HALP, I've been stuck on this all day, so now I'm reaching out (-: My portfolio site: jordandixon.co On the home page > two galleries 'DESIGN' & 'CODE' I would like to hide the index-title upon hover but I'm unsure I'm able to... Here's all my CSS thus far: <style> #index-section-design .index-item-title {opacity: .9 !important;} #index-section-design .index-item-title .index-item-title-link:hover {display: none !important;} #Footer{display: none !important;} </style> I'm using the 'York' template (if that information is valuable) Anyone else run into this problem? Appreciate any help in advance! Link to comment
tuanphan Posted October 15, 2019 Share Posted October 15, 2019 @jordandixon Add to Home > Design > Custom CSS .index-item:hover .index-item-title { display: none; } 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
jordandixon Posted October 15, 2019 Author Share Posted October 15, 2019 You, my Sir, are a GOD!!! Thank you so much. Link to comment
d.coimbra Posted February 15, 2020 Share Posted February 15, 2020 On 10/15/2019 at 5:18 AM, tuanphan said: @jordandixon Add to Home > Design > Custom CSS .index-item:hover .index-item-title { display: none; } #dd:hover #welcome-brine {display:none!important;} I try to hide a section on hover a button with dd id.. but doesnt work Link to comment
d.coimbra Posted February 15, 2020 Share Posted February 15, 2020 On 10/15/2019 at 5:18 AM, tuanphan said: @jordandixon Add to Home > Design > Custom CSS .index-item:hover .index-item-title { display: none; } Link to comment
tuanphan Posted February 15, 2020 Share Posted February 15, 2020 1 hour ago, d.coimbra said: Need site url to checkk 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
Archived
This topic is now archived and is closed to further replies.