Skip to main content
1-Visitor
May 23, 2019
Question

Home header modification

  • May 23, 2019
  • 1 reply
  • 1499 views

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 

1 reply

21-Topaz I
May 23, 2019

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;
}

bartitle.jpg

Janos19871-VisitorAuthor
1-Visitor
May 24, 2019

Many thanks, it looks good. Do we have any chance to modify the color of text?

 

Janos

Thanks