• Hi guys!

    I’ve just installed this Tracks theme and I have some questions.

    1. How can I add some different font. For body currently is “raleway” but I want to change it. How can I do it?

    2. Is there Croatian translation of this theme? I know how to translate it (with Poedit), but it will save me time if there’s already translated version.

    Thanks!

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

    (@bensibley)

    Thanks for using Tracks!

    The Easy Google Fonts plugin is the fastest and easiest way to change the fonts.

    As for the translation, there is not currently a Croatian translation of Tracks. If you decide to translate it, please consider sharing a copy of your translation files with us so they can be added to Tracks.

    We have a tutorial on translating Tracks you can follow as well.

    Hi, I’ve installed the Easy Google Fonts and I was able to change my font but I can’t seem to make it lower and uppercase on the title and blog post/pages title. I even tried to do what some other support posts said about taking off the code for it on the css and it didn’t work. I found this code:
    text-transform: uppercase;

    in only two spots so maybe I didn’t do it right. Could you let me know how to do this? Thank you. Oh and also how to make my blog post titles much smaller. They are huge and take up 3 lines right now. My site is reynalay.com

    Thanks in advance! Love the theme ??

    Theme Author Ben Sibley

    (@bensibley)

    Sure, try the following code:

    .site-title,
    .entry-title,
    .excerpt-title {
      text-transform: capitalize;
      letter-spacing: 0;
    }
    @media all and (min-width: 56.25em) {
      .entry-header h1 {
        font-size: 38px;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    That will make the site title and post titles (on the blog and post pages) capitalized normally. The post titles will also be reduced to 38px, but you can change the “38” value to anything you’d like to adjust the size.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New font and other language’ is closed to new replies.