Jump to content

Triskelion27

Member
  • Posts

    8
  • Joined

  • Last visited

Reputation Activity

  1. Love
    Triskelion27 got a reaction from MayaViolet in Make navigation links turn red upon hovering   
    Brilliant, thank you MayaViolet!
  2. Thanks
    Triskelion27 reacted to MayaViolet in Make navigation links turn red upon hovering   
    Try changing the last line of code to the following:
     
    .header-menu-nav-item a:hover div { color: red !important; }  
    You can also add a transition property if you'd like the color to fade in and out on hover:
     
    .header-menu-nav-item a:hover div, .header-menu-nav-item a div { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }  
  3. Thanks
    Triskelion27 reacted to DPruitt in Hamburger menu color change upon hover - seeking CSS   
    Yes a URL will help solve the issue...

    Your CSS code should work, but more than likely its not because of another line somewhere conflicting the css...
  4. Thanks
    Triskelion27 reacted to tuanphan in Hamburger menu color change upon hover - seeking CSS   
    What is site url? We can check easier
  5. Like
    Triskelion27 reacted to DPruitt in Hamburger menu color change upon hover - seeking CSS   
    This should work for you:
    .burger-inner:hover .top-bun, .burger-inner:hover .patty, .burger-inner:hover .bottom-bun {background-color:red !important;}  
×
×
  • 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.