SquareOne version 1.2 is now available.

Homepage Community Forums SquareOne Theme Support SquareOne version 1.2 is now available.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #12493
    Wes
    Moderator

      In this update we fixed the background image issue where the homepage background images would appear too large when viewed on a mobile device.

      We also increased the font-weight of the main font from 200 to 300 to make it a little easier to read.

      If you’ve already made changes to your theme you can add this to your style.css file in the Responsive section labeled – @media only screen and (max-width: 480px) {

      Here is the code you can add –

      .head-bg,
      .home-feature-1,
      .home-feature-2,
      .home-feature-3,
      .home-feature-4,
      .home-feature-5,
      .home-feature-6,
      .home-feature-7 {
              -moz-background-size: auto;
              -webkit-background-size: auto;
      	background-attachment: scroll;
      	background-position: top;
              background-size: auto;
      }
    Viewing 1 post (of 1 total)
    • The topic ‘SquareOne version 1.2 is now available.’ is closed to new replies.