How can I alter the hover colour in the Symmetry Theme?

Hi Everyone,

Could anyone help me with this please?

I am trying to change the header/menu and footer on the site so that it becomes blue when hovered over, while making the texts and logos become white.

Thank you.

Link: https://www.evre.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=136523776251

Hello There,

Admin go to online store β†’ themes β†’ actions β†’ edit code
Find Asset >styles.css and paste this at the bottom of the file:

span.header-account-link__text.desktop-only:hover,span.cart-link__label:hover,.cart-link__icon:hover,.pageheader .logo a,span.show-search-link__text:hover,.show-search-link__icon:hover {
    color: #1565c0;
}

Hello, Thank you for sending this over, I have given it ago but unfortunately there was no changes when hovering either the footer or header.