Okay
  Public Ticket #1555578
How to set size of Page Title
Closed

Comments

  • Apfelnatalia started the conversation

    I have a question about the page title, on the first page and blog it's this very big size like in your demo. Whenever I create a new page and choose "show page title" it's not that big and also not centred. I wondered, how can I control the size of the page title for all my pages? 

    Thanks in advance! :) 


  •  1,559
    Laborator replied

    Hi there,

    That's set up in the Typography section of the theme, if you take a look in the attached image you will notice that:


    (view large version)

    Go to Typography and select the font you are using, scroll down to the font page and then click on the + Add New Selector then add this selector to it and save the changes:

    h1.page-heading--title, .section-title h1

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Apfelnatalia replied privately
  •  1,559
    Laborator replied

    The body, p was actually initialized on both fonts, so the Oswald font has overwritten Open Sans and that was creating the confusion, see attached image:


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Apfelnatalia replied

    Ah thank you so much :) So how do I know which font will overwrite which?

    And last question on fonts: Is it possible to set the paragraph font of a specific page differently from other pages? I need the font of the About page to be Oswald. 

    Sorry for the stupid questions and thanks a loot! :) 

  •  1,559
    Laborator replied

    Hi again,

    I don't know exactly which font overwrites which one but I think it is time ordered so which font is added the last will overwrite the first one. 

    To change the font size use this selector for the paragraph of the About page:

    .page-id-5 p
    

    You can do this for all the pages, just change the page ID if you don't know how to find it follow this guide.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group