Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Is it possible to modify the home header? color, font style, font color and so on. As attachment what I am thinking about.
I tried the .bar and .bar-header class, but doesn't work.
Many Thanks
Janos
Hi Janos,
You can overwrite the existing header class using .bar .title. I was able to change the background color using this class.
.bar .title { background: blue; }
Many thanks, it looks good. Do we have any chance to modify the color of text?
Janos
Thanks