Hello Tribe-
I somehow managed to remove the next/previous (December/February) buttons from the header in Month view. I thought I might have changed them to display: none, but that is not the case. The only CSS I wrote for those elements was to change the link, hover, etc colors. Is it possible that I did something else? Is there a quick fix to get them back? I still have the footer links – just not the header links.
#tribe-events-header .tribe-events-sub-nav a {
color: red !important;
}
#tribe-events-header .tribe-events-sub-nav a:link {
color: red !important;
}
#tribe-events-header .tribe-events-sub-nav a:visited {
color: red !important;
}
#tribe-events-header .tribe-events-sub-nav a:hover {
color: #FF9933 !important;
}
Thanks,
Edwin