ryanmariehelfant Posted May 28 Posted May 28 Hello, I want to move my 'navigation link' from the top to the bottom (above my footer) on this page (http://ryanmariehelfant.com). I also want to hide my 'navigation link' on this page (http://ryanmariehelfant.com/expanded). My 'navigation link' is titled 'EXPANDED PORTFOLIO CLICK HERE.' Can someone provide me custom CSS for both? (Pictures attached). Thank you! Ryan
tuanphan Posted May 31 Posted May 31 Did you solve or still need help? 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!)
ryanmariehelfant Posted June 6 Author Posted June 6 (edited) @tuanphan The 'EXPANDED PORTFOLIO HERE' still appears when I click on one of the 3 gallery images on my homepage (http://ryanmariehelfant.com). What Custom CSS do I need to hide it? Attaching an example when I click on NEW YORK CITY BALLET 'WHEN WE FELL' (http://ryanmariehelfant.com/#/when-we-fell-for-new-york-city-ballet) Thank you! Edited June 6 by ryanmariehelfant
tuanphan Posted June 10 Posted June 10 You can use this to Custom CSS body.homepage.view-list #topNav { display: none; } 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!)
ryanmariehelfant Posted June 11 Author Posted June 11 @tuanphan This hides 'EXPANDED PORTFOLIO HERE' from my home page (http://ryanmariehelfant.com). I want to keep it on my homepage, but remove it from the bottom of my various gallery pages example: http://ryanmariehelfant.com/#/run-short-film-at-hauser-wirth example: http://ryanmariehelfant.com/#/when-we-fell-for-new-york-city-ballet example: http://ryanmariehelfant.com/#/balenciaga-couture Is there anyway to hide it from the bottom of the individual gallery pages but keep it on the bottom of my homepage?
tuanphan Posted June 13 Posted June 13 Use this new CSS code body.homepage:has(.page-open) div#topNav { display: none !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