[SOLVED] Navigation Bar Text Style

Answered Closed
0
0

Hi,  I’m trying to change the title text color of navigation bar, but I can’t do it through the properties of the control, how can i do that with CSS?

Thx 😀

 

 

Attachment
  • You must to post comments
Best Answer
0
0

Hi Yeraldo,

An easy way to make this change would be through checking out and modifying https://github.com/iceteagroup/wisej-extensions/tree/2.0/Wisej.Web.Ext.NavigationBar.

You can customize the NavigationBar in any way you please this way.

Alternatively, you can use JavaScript to select the individual element in the NavigationBar structure and update it accordingly.

Check out this blog post on adding CSS to Wisej controls: https://wisej.com/blog/shadow_on_the_panel/ (it has a few different methods to try if you’re sure you want to use CSS)

Let me know if this helps!

Best,

Levie

  • Yeraldo JImenez
    I made the changes directly from the original project as you suggested. Thx
  • You must to post comments
0
0

Yeraldo,

in that special case it might be enough to set the NavigationBar´s ForeColor to the desired value.

Best regards
Frank

  • You must to post comments
Showing 2 results