Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1305803

    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.

    • This topic was modified 3 years, 6 months ago by Telmore.
    #1306040

    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

    #1306052

    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 :)

    • This reply was modified 3 years, 6 months ago by Telmore.
    #1306308

    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

    #1306312

    Hi Ismael,

    It worked perfectly! Thanks :)
    You can close this tread.

    #1306402

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Posts in the left menu’ is closed to new replies.