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!
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.
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!