Jump to content

Yftweb

Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Yftweb

  1. Can you correct my code for the underline animation in the navigation menu, heres the code: header-nav-item { position: relative; } .header-nav-item::before { content:""; position: absolute; display: block; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #ffff; transform: scaleX(0); transition: transform 0.5s ease; } .header-nav-item:not(.header-nav-item--active):hover::before { transform: scaleX(0.75); }
  2. i put in the code and the effect only shows when im in custom css, after i refresh the website, the code stays but the effect dissapears
  3. code: .header-nav-item { position: relative; } .header-nav-item::before { content:""; position: absolute; display: block; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #ffff; transform: scaleX(0); transition: transform 0.5s ease; } .header-nav-item:not(.header-nav-item--active):hover::before { transform: scaleX(0.75); }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.