Okay
  Public Ticket #1064712
typography
Closed

Comments

  • jose started the conversation

    Hi,


    We would like to minimise the space between the text block and the portfolio at our frontpage, where can we adjust this distance?

    --------

    Further we would like to understand the settings from the typography.

    When (in typography) we change the size of H1, only the texts in the portfolio pages change.

    We would like to be able to set the size for the text block (see attachment) at our FrontPage (now H1), without changing the other texts of H1.

    We tried to change H2 in 80 and make a textblock on the FrontPage with text in koptekst2, but this doesn't work...


    Kind regards,

    José

    Attached files:  2017-02-16 (6).png

  • [deleted] replied

    Hi Jose,

    1— I think that you already solved this. Also this is a customization question and support doesn't offer customization services as we wrote on our documentation homepage.

    2— Sometimes you need to apply !important rule on your CSS for any specific H2 or H1.

    To fix this problem, please click Edit page on your Homepage, then go to Parameters and Options > Custom CSS and just add this CSS code:

    h2 {
    font-size: 80px !important;
    }

    Have a great weekend!