Button/text hover up effect - Maranello theme

Hello,

I’m wondering if theres a way to make the button hover up when you hover over them. Additionally, i would want to add a hover effect on the main menu as well as current menu status. For example: If im on home page, the home navigation text would be the orange color and when i hover over the others it would also be orange (this goes the same for the sub menu items. I still want to keep the block under tho)

1232132132.jpg

sdfsdfdsfdsfdsfds.jpg

My shop is artfinia.com

Hello @David123123

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

a.button.button-large-desktop.color-button-button-primary:hover {
    background: #FFB800 !important;
}
ul.navigation-menu.navigation-main:hover {
    color: #FFB800 !important;
}

Hi,

Thanks for the reply. Unfortunately, all of the menus highlight on hover instead of one at a time. time.