On http://www.tablerockkennels.com/ at the bottom of the page the hover effect for the footer menu isn’t as fast as it is in the navbar. How do I make the hover effect on the footer menu just as fast?
Thanks for writing in! To make sure that the hover effect of the main menu and the footer menu is the same, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-navbar .x-nav a,
.site .x-colophon.bottom .x-nav a {
transition: none;
}
We would loved to know if this has work for you. Thank you.