• Resolved eherbert

    (@eherbert)


    How do I remove the sidebar on the static home page?
    Ideally I just want the elements I choose in the customisation section on my home page and nothing else – unless there’s a way I can get a recent news slider to work at the bottom of the page but so far no joy 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dinozoom

    (@dinozoom)

    Hi,
    We are working on these things. But, you can make this with css.

    Customizing ▸ CorporateBusiness Theme Options > Advanced Options >
    Custom CSS Styles:

    Removes only sidebvar

    body.home #secondary
    {display:none;}

    For removing sidebar and content

    body.home #primary,
    body.home #secondary
    {display:none;}

    Thanks..

    Thread Starter eherbert

    (@eherbert)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Static home page content’ is closed to new replies.