Hello, @forzus!
Can you give me an address to your website?
Thanks
Thread Starter
forzus
(@forzus)
Here you are http://www.tpeviespatiale.space/index.php/3-la-societe-dans-a-bord-de-liss/ It’s in French but even if I pu the heading h1 and bold, it’s still not so much bigger than the actual text.
-
This reply was modified 7 years, 4 months ago by
forzus.
Hello, @forzus!
It should be possible to change the font size from the Customizing-> Site Identity-> Typography menu.
https://prnt.sc/m4ef7x
Please, let me know if this option for some reason doesn’t work for you.
Regards
Thread Starter
forzus
(@forzus)
But this method is only for the site title. I want to have the smaller titles like “A) La nourriture” or “3) La société à bord de l’ISS” bigger than the actual text but it’s not working https://prnt.sc/m50h1j this is in the editor but I don’t have the same in the actual site https://prnt.sc/m50hd2 It has not the same size as in the editor.This is my problem sorry if I have not been clear.
Hello, @forzus)!
The size of your titles is conditioned by the default value of h1 (which is 21px). From the customizer, this value can only be changed in the Pro theme.
If you want to change the size of headings font in the main content, you can do that by inserting the next code into :
Customizing->General->Additional CSS
#content h1{
font-size:36px!important;
}
Change the font-size value per your needs.
Beat Regards