Re: Focal Theme - Remove Fade Animations From Menus

Solved

Focal Theme - Remove Fade Animations From Menus

hdkingy
Excursionist
32 0 13

Hello, hoping someone can help us to remove the fade animations from menus in our theme.

 

For example, if you click a product variant dropdown it will slowly fade in and out, same with the header menus at the top of the page. 

 

Here is the site for reference: https://pondstream.com/products/clearlake%E2%84%A2-muck-eliminator

 

Thank you!

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
1924 672 801

This is an accepted solution.

Hi @hdkingy
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
  .nav-dropdown {
   transition: none !important;
  }
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSSCommerce-HDL
Shopify Partner
1924 672 801

This is an accepted solution.

Hi @hdkingy,  

Please remove the 2 old codes I gave you before and here is the new code for this:

 

 

<style>
@media only screen and (min-width: 768px) {
  .combo-box, .nav-dropdown {
    transition: none !important;
  }
}
</style>

 

 

Hope this can help you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 11 (11)

BSSCommerce-HDL
Shopify Partner
1924 672 801

This is an accepted solution.

Hi @hdkingy
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
  .nav-dropdown {
   transition: none !important;
  }
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
hdkingy
Excursionist
32 0 13

Worked great! How can I achieve the same thing for the product variant dropdown menus?

 

Screenshot 2024-06-28 at 9.34.56 PM.png

 

 

BSSCommerce-HDL
Shopify Partner
1924 672 801

Hi @hdkingy

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
  .combo-box {
     transition: none !important;
   }
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
hdkingy
Excursionist
32 0 13

Awesome, worked great!

BSSCommerce-HDL
Shopify Partner
1924 672 801

@hdkingy, Have a good day 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
hdkingy
Excursionist
32 0 13

Could you take a look at one more thing for me actually if you still have the time?

 

When selecting the first variant dropdown menu it will highlight the current selected option by default. Is there anyway to remove that?

 

Thank you, really appreciate all your assistance.

 

Screenshot 2024-06-28 at 10.16.47 PM.png

BSSCommerce-HDL
Shopify Partner
1924 672 801

Hi @hdkingy, This operation is done according to the theme if you select another variant option then it will automatically highlight as an option

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
hdkingy
Excursionist
32 0 13

I see, no problem.

 

I did notice that while no transition for the combo box is good on desktop, it looks a bit funky on mobile.

 

Is there something I can add to the code to keep the transition active for mobile only?

BSSCommerce-HDL
Shopify Partner
1924 672 801

This is an accepted solution.

Hi @hdkingy,  

Please remove the 2 old codes I gave you before and here is the new code for this:

 

 

<style>
@media only screen and (min-width: 768px) {
  .combo-box, .nav-dropdown {
    transition: none !important;
  }
}
</style>

 

 

Hope this can help you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
hdkingy
Excursionist
32 0 13

Beautiful! Really appreciate all your help

BSSCommerce-HDL
Shopify Partner
1924 672 801

@hdkingy If there are any problems, please tell me, I will help you if I can. Have a good day 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency