It’s the weirdest thing and I can’t figure it out. When navigating through different pages under ACTIVITIES – the footer below (in the Activities column) only shows some of the options (Fishing, Excursions, Diving & Fun Package), when in the Diving, Fishing and Excursion pages but all the options show up when on the Fun Package page. I’m totally stumped.
Okay – Looks like I figured it out by deleting the menu items in one of my menus I created and then added them back in. YAY! However, Now I realize I don’t have an active state for the footer links. Active state should just be #fff but I need the CSS code because I can’t find the selector for a hover state. :)
Hi gwinenvato,
The footer links are already white on hover. Could you please clear the cache, check again and get back to us.
Best regards,
Victoria
Thanks Victoria, but the active state needs to be white as well. That’s what my message above stated…..
Hi gwinenvato,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.footer_color a:active, #nav_menu-8 .current_page_item a {
color: #fff !important;
}
If you need further assistance please let us know.
Best regards,
Victoria