• Closed
  • M Pax
    Spectator
    September 7, 2016 at 3:31 am #30183

    Hi!

    I changed my website to a static homepage http://tabathamorrow.com/

    I don’t like the bit of white on the page. I tried using a posts slider, but it displays between the menu and above the header image. Is there a way to get it on the page below the image?

    If not, just being able to change the background color/image on the homepage only would please me. I tried getting a plugin for that, but it didn’t work.

    Mainly, I want to get rid of the bit of white below the header image on the homepage.

    Any help is appreciated. Thank you. I’m using evolve plus.

    Michon Kessler
    Spectator
    Posts: 9
    September 7, 2016 at 5:25 am #30185

    Did you try using a footer image?

    Denzel Chia
    Moderator
    Posts: 2656
    September 7, 2016 at 9:27 am #30187

    Hi,

    That bit of white is the content area, you can disable it by using the following css.
    Please use the following in Theme Options -> Custom CSS

    .home .content {
    display: none !important;
    }

    Thank you.