• Resolved MajaLin

    (@majalin)


    Hi there,

    I have some questions about the theme.

    1. Is it possible to set an image as background? How?

    2. When I upload my logo, it’s not the actual size, but much smaller. How do I make it bigger?

    3. How can I view more text in each “post-frame” in stead of just a couple of lines?

    4. Is it possible to view one text on the post, and when you click “Read more” then it is another text?

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

    (@bensibley)

    Thanks for using Tracks!

    1. Is it possible to set an image as background? How?

    We have an upgrade available that does just this.

    2. When I upload my logo, it’s not the actual size, but much smaller. How do I make it bigger?

    You can make the logo larger with the following CSS:

    .title-info .logo {
      max-width: 9999px;
      max-height: 9999px;
    }

    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 code will allow the logo to be it’s full size. You can either upload a smaller logo, or reduce the max-width value until the logo is the exact size you want displayed on your site.

    3. How can I view more text in each “post-frame” in stead of just a couple of lines?

    This can be done by increasing the word count in the excerpt.

    In the Customizer (Appearance > Customize) there is an “Additional Options” section. The last option in that section will let you change the word count of the excerpt.

    4. Is it possible to view one text on the post, and when you click “Read more” then it is another text?

    Yes, this can be done with a custom excerpt. When you’re editing a post, you will see an “Excerpt” box below the editor. If you do not see it, scroll to the top of the page and click on “Screen Options” at the very top of the page. You can then check of the excerpt box and it will appear. The text you enter there will only be shown on the blog, and not on the post page.

Viewing 1 replies (of 1 total)

The topic ‘Background // Posts // Logo’ is closed to new replies.