• how can i change the background of the theme Emphasize. By the way i liked it so much and i am great full to use it. thank you.

    I had difficulty on changing the background. I choose the image on the customizer but i wont appear on the front page. Hope you can help me.

    thanks.

    Echo

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    First, sorry for late reply. the WordPress site here has changed their forum design and the RSS feed is not available for notifications. Also, thanks for for kind comment about the theme 🙂

    When you say background, are you referring to the “content” part of the page or the overall page background? Also, do you have a link to your site?

    One note about page backgrounds, this will only show on shorter pages or on the “boxed” view (only on the pro version).

    It is possible though to create a boxed layout (page is shorter in width and centered) with some custom CSS. Something like this:

    .page {
       max-width: 1400px;
       margin: auto;
    }

    Then you can see more of your page background.

    • This reply was modified 9 years, 8 months ago by Shaped Pixels.
Viewing 1 replies (of 1 total)

The topic ‘changing the background with image’ is closed to new replies.