Center header text code?

Thanks for your time. Please, could any one tell me the piece of code to center header text for all the headers in the Theme?
Appreciated
Pablo

h1, h2, h3, h4, h5, h6 {
    text-align: center;

}

1 Like

Thanks JLF. Where should I put the code? Inside every page Header sections? I tried it and I may doing something wrong because it doesn’t work.
Is there any way to achieve it via general setting code sections instead inserting the code page by page?
Thanks again

What theme are you using?

I’m using Hive from Elixir

OK JLF. I’ve found it. It was my fault. Now it’s working.
I can put your code inside page inspector/CSS panel or even inside General settings/CSS.
Thanks for your patience.

Glad it worked for you!