You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Difficulty Changing Navigation List Item Content Color in Redwood Overrides CSS

Hi,

We are currently encountering an issue with changing the color of the navigation list item content in our application using the Redwood overrides CSS file.

We have attempted to modify the color of the navigation list item content by adding the following lines to the :root section of the redwood-overrides.css file:

:root {

 --oj-navigation-list-item-label-color: white;

 --oj-navigation-list-item-content-color: white;

}

 However, despite making these changes, the color of the navigation list item content remains unchanged. We have confirmed that the desired color change is achievable through the browser's developer tools using the following CSS rule:

 a.oj-navigationlist-item-content .oj-navigationlist-item-label {

   color: white;

}

We kindly request your assistance in resolving this issue promptly. Please provide guidance on how we can successfully change the color of the navigation list item content using the redwood-overrides.css file.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!