Viewing 3 replies - 1 through 3 (of 3 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out!

    This really depends on your setup. What page template do you have in your home?

    If you have a regular page template, we could use some CSS to hide your widgets.

    Thanks!

    Thread Starter valityqueen

    (@valityqueen)

    I’m using Rookie theme.
    Neptunstars.com/home/

    I have a regular page template I think.

    • This reply was modified 7 years, 6 months ago by valityqueen.
    • This reply was modified 7 years, 6 months ago by valityqueen.
    Roch

    (@rochesterj)

    Hi!

    Thanks for that!

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    body #secondary {
    	display: none;
    }
    body #primary {
    	width: 100%;
    }
    .home #secondary {
    	display: block;
    }
    .home #primary {
    	width: 66%;
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget’ is closed to new replies.