Új hozzászólás Aktív témák

  • sz.j

    nagyúr

    Szeretném az weboldalunkon lévő oldalak betűméretét növelni.
    A sablon készítője erre az alábbi javaslatokat adja.

    Add these code on the Custom CSS option. Or styles.css, but only if you’re using a child theme.

    1.
    The first part (14px/20px) is the font-size and the line-height.
    The second part is the font-family to be used. You can replace “Arial” with any available font you want.

    for the post titles on excerpts:
    .blog-view .entry-title a {
    font: 14px/20px arial, sans-serif;
    }

    for the text on excepts:
    .blog-view .entry-excerpt {
    font: 14px/20px arial, sans-serif;
    }

    for the post titles on single posts:
    .single-view .entry-title a {
    font: 14px/21px arial, sans-serif;
    }

    for the content on single posts:
    .single-view .entry-content {
    font: 14px/21px arial, sans-serif;
    }

    Valamint
    2.
    Try this, it changes the entire theme’s base font-size.
    body {font-size: 16px !important;}

    Kérdéseim az alábbiak lennének:
    - A fentebb említett 14px21px-t hogy kell értelmezni? Úgy hogy a megadott tartományon belül(14/21) tetszés szerint bármi beállítható?
    - Jól értelmezem, hogy az utolsónak beidézett kóddal az oldalak, a bejegyzéseken, valamint a widgetek betűméretének egyidejű (egyszerre történő) megváltoztatása lehetséges?

Új hozzászólás Aktív témák