Menu/ Navigation Single Item Interaction Effect

Hi Guys,

I’m trying to add a transform effect to a navigation element.

I would like for the transform effect to only effect the item that the user if hovering with. Unfortunately, when using the theme editors ‘Effect > Interaction’ settings, the transform effect is applied to the entire navigation element.

Am I missing a way of implementing my this effect on single nav items within the builder, or is this a custom CSS job?

Is the latter, could you please help me with the css?

Thanks

Hi @el3ctrofuzz,

Thanks for reaching out!

The Effect > Interaction in the Navigation Element will affect the entire element and doesn’t implement only on the single nav items. The feature you want will require some CSS customization. I will just give you the right CSS selector as a starting point because this is outside the scope of our theme support.

.x-masthead .x-menu li a:hover {
//transform CSS code
}

Please check these articles about the Transform CSS.

Hope that helps and thank you for understanding.

1 Like

Perfect, thank you! I can do the styling with those selectors :slight_smile:

Hi @el3ctrofuzz,

You’re welcome and it’s our pleasure to help you! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.