Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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