CMS Development

Robert
Contributor | Diamond Partner
Contributor | Diamond Partner

Advance menu active page

SOLVE

I am using an Advance menu to navigate throu some static pages and I want to build an active element where is highlighted based on the page that I am currently. Is that possible? if yes, what would be the most appropriate way to do it?

 

Kind Regards

Robert

0 Upvotes
1 Accepted solution
ndwilliams3
Solution
Key Advisor

Advance menu active page

SOLVE

@Robert,

 

You can easily do that with CSS.

 

.hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
add your style for active item
}

View solution in original post

1 Reply 1
ndwilliams3
Solution
Key Advisor

Advance menu active page

SOLVE

@Robert,

 

You can easily do that with CSS.

 

.hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
add your style for active item
}