Hey,
My site is https://foleypools.com and I’d like to change the Get An Estimate menu item in the nav to have an orange bottom-border color whenever you hover over that item and after you click on it.
Anybody know how to do this?
Thanks!
Hey,
My site is https://foleypools.com and I’d like to change the Get An Estimate menu item in the nav to have an orange bottom-border color whenever you hover over that item and after you click on it.
Anybody know how to do this?
Thanks!
Hi there,
Please add this code in the Global CSS:
.x-navbar .desktop .x-nav > li#menu-item-103 > a:hover {
box-shadow: 0 2px 0 0 rgb(227,107,2);
}
Here are some reference links related to the suggestions above:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.