Jump to content

AA95

Member
  • Posts

    48
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AA95 got a reaction from marionlesso in Animated Underline   
    I just tried it and it works!!! 🙂 Super excited for this. Just a few things I need to change. I'd love to make the underline appear from left to right. I'd also love that the underline stays when you are on a certain page. for instance I'm on contact and I'd love the underline to be there and not disappear. I don't know if I explained myself correctly. Thank you so so much my friend. If I can offer you a coffee send me your paypal link
     
  2. Thanks
    AA95 reacted to tuanphan in How do I link a folder title within the navigation to a page in 7.1   
    There is a way, but not sure it actually work on all devices.
    The idea here is that you create an item in the dropdown, then I will use CSS to move the dropdown content overlap the dropdown title, so that the first item (you just added) overrides the folder title, then you can click "dropdown title"
  3. Like
    AA95 got a reaction from creedon in Zoom in hover effect   
    Your code is just..wow!! thank you so much creedon you saved me so much time. I couldn't find a right one on the internet
  4. Love
    AA95 reacted to creedon in Zoom in hover effect   
    Add the following to Design > Custom CSS.
    .page-section[data-section-id="5f29d4f9942d474f5e29a1d1"] .image-wrapper .image { -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; } .page-section[data-section-id="5f29d4f9942d474f5e29a1d1"] .image-wrapper .image:hover { -webkit-transform: scale( 1.2 ); -ms-transform: scale( 1.2 ); transform: scale( 1.2 ); } The above is for a v7.1 site and the data-section-id is specific to this site.
    You can change the transition duration scale value to suit.
    Let us know how it goes.
  5. Love
    AA95 reacted to inunzi in Animated Underline   
    1. I saw the other response so you don’t want the button navigation correct? 
    2. would you still want a minimal drop down menu with the other design with the  arrow under the logo? 
    3.I will surely! I followed you so I will always keep in touch😁. I hope you update me as well because I want to see your brand grow and become a success too! 
  6. Love
    AA95 reacted to inunzi in Animated Underline   
    I tested this code on my site, and it doesn't show a line under the social icons on desktop nor on mobile. You can also customize the transition speed, the thickness of the line, and I think you can also change the color of the line too. Copy and paste the code below in the custom css section, located the the design page. 
    // Stretchy Navigation Line - v2 // .header-nav-item::after { content: ''; background: #000000; //color height: 2px; //thickness width: 0; display: block; margin-top: 2px !important; transition: width 1s; //animation speed margin: 0 auto; } .header-nav-item:hover::after { width: 100%; } .header-nav-item--active a { background-image: none !important; }
  7. Thanks
    AA95 reacted to inunzi in Animated Underline   
    Are you trying to look for a new hover effect code, or keep this one and just tweak it? Because I really love that give affect you have. Oh and btw, the food on your website looks super good.😁
×
×
  • 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.