jaxnoel Posted February 10, 2021 Share Posted February 10, 2021 (edited) Site URL: https://www.jaxmariephotography.com Hi! I am having a little trouble creating hover animations for the clickable links: I would like the hover animation for the header to look something like the 1st video attached below. There should be no underline animation for the links drop down menu under "Portfolio." ("Beverages," "Editorial," and "Desserts") because there is already a cell color inverter hover animation for these links. I would like the "Beverages," "Editorial," and "Desserts" links in the banner on the homepage to lessen in opacity when they are hovered over (no underline animation here). For the footer, I would like each link to have an underline drawn under when the user hovers over (like the 2nd video attached). All of these animations should only apply to the desktop view of the site and not on the phone or tablet. I am a complete beginner when it comes to custom CSS so any help (with any of the animations) would be greatly appreciated! Thank you! hover link animation.webm hover link animation footer.webm Edited February 10, 2021 by jaxnoel Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 Add to Design > Custom CSS /* remove nav links underline */ div.header-nav-item a { background-image: none !important; } 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
jaxnoel Posted February 14, 2021 Author Share Posted February 14, 2021 20 hours ago, tuanphan said: Add to Design > Custom CSS /* remove nav links underline */ div.header-nav-item a { background-image: none !important; } Thanks for the help but this isn't what I wanted to change. What I wanted to do was to create animations for the header and footer (as described above). Please reference the first post for more specifics. 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