• wckproductions

    (@wayneworksllc)


    The virtue theme works great, the only thing I would like to change is Home page. I would like the header to remain unchanged in height, but have the full width slider to go all the way to the bottom of page with NO footer just on the home page. All the other pages can have footer. This will help show images in an uncompressed/un-stretched format. Thanks for any help. I know this is probably just a CSS line, but I know nothing about CSS.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hi @wayneworksllc,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    .home #containerfooter {
        display: none;
    }
    .home .contentclass, .home .sliderclass {
        padding: 0;
    }

    Hope it helps!

    Hannah

    Thread Starter wckproductions

    (@wayneworksllc)

    Hi Hannah, Nope it took the footer cells away, so no lower tabs but now there is a thick white band across the bottom of the page. If you look at the page you’ll know what I mean. Any other suggestions?

    Thread Starter wckproductions

    (@wayneworksllc)

    Hi Hannah. I checked on 4 different computers and 3 different homepage styles came up. I removed the code for now. 1 computer just removed the cells, not the bottom footer. 1 computer removed everything and looked great. 2 computers shifted the home screen image halfway across the screen and removed the whole footer and there was no way to reposition. 3 of the computers are Windows 10 and 1 is Windows 7. Crazy right?

    You are using Endurance Page Cache did you make sure to clear that or better turn it off while your developing and testing?

    Update the css to this as well:

    .home #containerfooter {
        display: none;
    }
    .home .contentclass, .home .sliderclass {
        padding: 0;
        margin: 0;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Virtue theme home page slider, with no footer’ is closed to new replies.