• Resolved 1-jah

    (@1-jah)


    Hey guys! So I was wondering when using this theme how do I style the sidebar menu to highlight the current page or category section. I provide the link to a page where it’s also the last menu item and as you can see it’s not highlighted (background-color).

    Like if you click contact on the top navigation the background color of contact is blue. I tried various css based on the class and ids associated to the sidebar, the widget, and so forth, no matter what I do I seem to have no luck. Anyone that can shed some light on this I would forever be grateful.

    Cheers!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @1-jah,

    Please use the following custom CSS:

    li.current-menu-item a {
    color: red;
    }

    The CSS selector is li.current-menu-item a, you can use CSS property as you want.

    Best Regards!
    Acme Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Menu’ is closed to new replies.