Is it possible to see, in the left menu where you are “placed” on the website, when you are on a post?
Displayed by a highlighted headline in the left menu, but without the post having to be in the menu itself? see attached image.
At the moment it looks like this:
But when you are placed at a post, you have to see where you are in the left menu. For example here:
I have placed categories in the menu, but it doesn’t seem to do it right. See:
Thanks in advance.
Hey Telmore,
Thank you for the inquiry.
Are you trying to highlight the active category? If you are, then you can try this css code.
.bellows-submenu > .bellows-active.bellows-menu-item a {
color: #ba659b !important;
}
Looks like you are using a third party plugin for the side menu.
Best regards,
Ismael
Hi Ismael,
It is perfect! But now everything is marked. Is it possible that only the part I have marked with blue is highlightet?
See attached image:
Thanks in advance :)
Hi,
Thank you for the update.
Try to add an angled bracket right before the “a” selector, or just replaced the css code with this.
.bellows-submenu > .bellows-active.bellows-menu-item > a {
color: #ba659b !important;
}
Best regards,
Ismael
Hi Ismael,
It worked perfectly! Thanks :)
You can close this tread.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon