kailynmoo Posted April 28, 2021 Share Posted April 28, 2021 (edited) Site URL: https://www.kailynmoore.com/ Hi! I made my nav links emojis, and I want to be able to hover over each and see the actual name of the page: ie: "WORK" "PLAY" "ABOUT" Any help would be greatly appreciated. Thanks in advance!!! 🙏 Edited April 28, 2021 by kailynmoo Link to comment
dnmddy Posted April 28, 2021 Share Posted April 28, 2021 you could try something like :nth child selector :after to add the text to each respective link, and hide it , show on hover, when you hide the emoji instead Link to comment
tuanphan Posted April 29, 2021 Share Posted April 29, 2021 21 hours ago, kailynmoo said: Site URL: https://www.kailynmoore.com/ Hi! I made my nav links emojis, and I want to be able to hover over each and see the actual name of the page: ie: "WORK" "PLAY" "ABOUT" Any help would be greatly appreciated. Thanks in advance!!! 🙏 You mean Hover pen icon >> it shows About text? kailynmoo 1 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
kailynmoo Posted April 29, 2021 Author Share Posted April 29, 2021 5 hours ago, tuanphan said: You mean Hover pen icon >> it shows About text? yes! exactly. Link to comment
tuanphan Posted May 1, 2021 Share Posted May 1, 2021 On 4/30/2021 at 2:29 AM, kailynmoo said: yes! exactly. Add to Design > Custom CSS div.header-nav-item:hover a { visibility: hidden; } div.header-nav-item:hover a:after { visibility: visible; content: "About"; } 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
kailynmoo Posted May 3, 2021 Author Share Posted May 3, 2021 On 5/1/2021 at 3:11 AM, tuanphan said: Add to Design > Custom CSS div.header-nav-item:hover a { visibility: hidden; } div.header-nav-item:hover a:after { visibility: visible; content: "About"; } THANK YOU! this worked, but they all say 'about' now when i hover---any way i can have a different hover for each of the icons/nav-items? for instance, when i hover over the 1st icon, it would say "work"; when i hover over the second icon, it would say "play"; and the last one would say "about" Link to comment
tuanphan Posted May 4, 2021 Share Posted May 4, 2021 21 hours ago, kailynmoo said: THANK YOU! this worked, but they all say 'about' now when i hover---any way i can have a different hover for each of the icons/nav-items? for instance, when i hover over the 1st icon, it would say "work"; when i hover over the second icon, it would say "play"; and the last one would say "about" I see 1 icon (pencil) only? Where other icons? 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
kailynmoo Posted May 5, 2021 Author Share Posted May 5, 2021 13 hours ago, tuanphan said: I see 1 icon (pencil) only? Where other icons? See below. Perhaps its because the emoijs are not supported on your device? Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 On 5/5/2021 at 10:31 AM, kailynmoo said: See below. Perhaps its because the emoijs are not supported on your device? I use WIndows/Chrome 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