chrisshaddock Posted September 9, 2022 Share Posted September 9, 2022 Site URL: https://www.10peaks.ca Since the new fluid engine my buttons - site side - have a hover transition with opacity. I can't figure out how to remove it or what is causing it. See this page on the site https://www.10peaks.ca/breakfastmeetup Does anyone have a suggestion. Thank you in advance. Link to comment
Beyondspace Posted September 9, 2022 Share Posted September 9, 2022 57 minutes ago, chrisshaddock said: Site URL: https://www.10peaks.ca Since the new fluid engine my buttons - site side - have a hover transition with opacity. I can't figure out how to remove it or what is causing it. See this page on the site https://www.10peaks.ca/breakfastmeetup Does anyone have a suggestion. Thank you in advance. Try adding to Home > Design > Custom Css .secondary-button-style-solid .sqs-button-element--secondary:hover { opacity: 1; } .header-actions-action--cta a:hover { opacity: 1 !important; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
chrisshaddock Posted September 11, 2022 Author Share Posted September 11, 2022 Thanks @bangank36 That worked. Any idea how that hover effect started? Is there a change or bug with fluid engine? Thanks Link to comment
chrisshaddock Posted September 11, 2022 Author Share Posted September 11, 2022 Hey @bangank36 Looks like I spoke too soon. It's still doing it. Any other ideas? Link to comment
ilseS Posted September 12, 2022 Share Posted September 12, 2022 On 9/11/2022 at 3:21 AM, chrisshaddock said: Thanks @bangank36 That worked. Any idea how that hover effect started? Is there a change or bug with fluid engine? Thanks You may want to check your animation settings ...they now effect everything site-wide (whereas before we could have image animation, site animation, etc) ... I noticed some unwanted effects on my buttons depending on the animation style I chose ... Would be really nice if they fixed this! Link to comment
Beyondspace Posted September 13, 2022 Share Posted September 13, 2022 What is your issues? can you take some screenshots? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
chrisshaddock Posted September 17, 2022 Author Share Posted September 17, 2022 Hey @bangank36 I have attached screen shots. https://www.10peaks.ca/breakfastmeetup Link to comment
Beyondspace Posted September 18, 2022 Share Posted September 18, 2022 Using the following code to remove the current opacity style @media (hover: hover){ .primary-button-style-solid .site-wrapper .sqs-button-element--primary:hover { opacity: 1; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
TLCDesigns Posted March 19 Share Posted March 19 On 9/18/2022 at 11:14 AM, Beyondspace said: Using the following code to remove the current opacity style @media (hover: hover){ .primary-button-style-solid .site-wrapper .sqs-button-element--primary:hover { opacity: 1; } } This works but i want to apply to only one button. How can I do that? Tried adding block ID but that didnt work Link to comment
tuanphan Posted March 21 Share Posted March 21 On 3/19/2023 at 6:24 PM, TLCDesigns said: This works but i want to apply to only one button. How can I do that? Tried adding block ID but that didnt work Use button block id @media (hover: hover){ #button-block-id .sqs-button-element--primary:hover { opacity: 1; } } use this tool to find button block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en TLCDesigns 1 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
TLCDesigns Posted March 21 Share Posted March 21 2 hours ago, tuanphan said: Use button block id @media (hover: hover){ #button-block-id .sqs-button-element--primary:hover { opacity: 1; } } use this tool to find button block id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en Thank you! it worked 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