Title: Background // Posts // Logo
Last modified: August 22, 2016

---

# Background // Posts // Logo

 *  Resolved [MajaLin](https://wordpress.org/support/users/majalin/)
 * (@majalin)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/background-posts-logo/)
 * 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](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/background-posts-logo/#post-5481028)
 * Thanks for using Tracks!
 * > 1. Is it possible to set an image as background? How?
 * We have an [upgrade](https://www.competethemes.com/tracks/tracks-theme-upgrades/tracks-background-images/)
   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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/background-posts-logo/#post-5481028)
 * Status: resolved