• Resolved kiezkickerde

    (@kiezkicker)


    Hi,
    one of the reasons for buying Tracks Pro was the option to change the fonts which are used.

    Well, I thought not just the font itself, but also the font-sizes are easily to change after that…

    Could you please give some advice how I can incrase the sizes of all fonts by using public css (f.e.)?
    Or – well – maybe you are able to add such a functionality to the custemizer / Fonts / individual items”- menu?

    As said, its cool to change the font itself (and also the font-weight), but more important would it be (for me) to change the size of the fonts…

    (sorry, can′t find a general solution for that, just some for single elements, but not all elements)

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks so much for upgrading!

    We do have a font size feature in the roadmap, so Tracks Pro will have this in the future. For now, I can help you with some CSS.

    If you want to increase the font size of all text across the site, you can use the following CSS:

    body {
      font-size: 18px;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    If there are elements you want to adjust individually let me know and I can provide a few more code snippets.

    Thread Starter kiezkickerde

    (@kiezkicker)

    We do have a font size feature in the roadmap, so Tracks Pro will have this in the future.

    Ah, this sounds good as I prefer also to have all font sizes in em instead of pixel.

    If there are elements you want to adjust individually let me know and I can provide a few more code snippets.

    Well, body in 13px and .entry-content in 1.3em would be a good start.
    Or in general, directing me to the “additional css”-field was a good hint!

    Sometimes it′s just about “Idiom not seeing the wood for the trees” (does you call it so in english?) – well – not thinking about the easiest ways to change things. I just don′t think about this option to change the parameters of the stylesheet…

    Could you provide a timeframe when it would be possible to change the font-sizes in costumizer?

    Theme Author Ben Sibley

    (@bensibley)

    Hmm I can’t provide a timeline for when this feature will be added, but since you’re requesting it, I can prioritize the font size feature and try to get to it sooner.

    @bensibley could you tell me how I can change the font AND the font size from the site title and the menu’s, into a font from Google Fonts? I can’t find it in the customizer, nor in the css snippets.

    Kind regards, Annemarie

    Theme Author Ben Sibley

    (@bensibley)

    Tracks Pro adds a new Font section into the Customizer which lets you change the font of any element including the site title and menu.

    To change the size of the site title and menu font size, you can add this CSS to your site:

    .site-title {
      font-size: 28px;
    }
    .menu-primary-items a {
      font-size: 16px;
    }

    @bensibley I have the PRO version, witch I updated today as well. Still can’t seem to find the Font section you are talking about. Premium lay-outs, colors, header image, background photo, background structure, are the only PRO sections in the list. Any ideas?

    Thread Starter kiezkickerde

    (@kiezkicker)

    Huh?
    Design / Costumizer / Fonts, which was the third option from top in the costumizer.

    Menu in Costumizer:
    -> Premium Layouts
    -> Colors
    -> Fonts
    -> Header Image

    If this wasn’t the case I think you should re-upload the theme-files.

    Theme Author Ben Sibley

    (@bensibley)

    Can you verify that you are running version 1.14 of Tracks Pro? The custom fonts were only added in the latest version of Tracks Pro.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing all font-sizes?’ is closed to new replies.