Replies: 0
Hi
I have a single page where the scroll to id is working well. I have the following CSS to set the active link to yellow.
/* hightlight the active menu link to work with page-scroll-to-id */
.main-navigation a:hover, a.mPS2id-highlight {
color: #F7ED42 !important;
}
How do I set the active link to yellow when the “contact” menu is active.
Kind regards,
Andrea