• Resolved forzus

    (@forzus)


    Hi I have a probleme with my site
    When I set heading to h1 or h2 the size is good on the page editor but when I update the page the size changes on the real site and don’t match with the editor size. I want to have bigger titles than text with a decent size but it’s not working with agama blue. However when I change the theme it’s working.
    Thank you in advance.

    • This topic was modified 7 years, 4 months ago by forzus.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author themevision

    (@themevision)

    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.
    Theme Author themevision

    (@themevision)

    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.

    Theme Author themevision

    (@themevision)

    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

    Thread Starter forzus

    (@forzus)

    Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Heading size’ is closed to new replies.