Regarding the color of the active text on the second level of navar

Regarding the color of the active text on the second level of navar

First there is the Company category, and then there is the CompanyProfile page at the bottom of the hierarchy.

I am using the standard navar, and the text in the Company category becomes active and changes color without any action, but the navar text on the second level CompanyProfile page does not change color.

Is this a problem that can only be solved by specifying a separate style? Or is there a smarter way to do this?

*This question is posted using deepl.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Yes, you can solve this problem by specifying a separate style for the CompanyProfile page’s navar text. You can do this by adding the following code to your Webflow project:

.nav-link.active.company-profile {
  color: #000;
}

1 Like

thanks!I would like to see the management implement this, as well as the concept of a PARENT folder.