Hompe Page
URL to the page in question:
www.ixcouncil.org
-
Hello Bill, Hope all is going well.
I am using Soliloquy Slider Plugin on the home page.
Page Template is set to default. How do I get rid of the Home Page Line above the slider.
If i change template to “Home” then slider disappears.
Thank you much.
Good Afternoon Denis,
All is well here in the deep south. Hope you’re enjoying your fall.
Good question. It is possible to hide the home page title. Here’s how to do that:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
.home h1.page-title {
display: none;
}
- Update your settings.
If you’d rather just get rid of the line and leave the word home, you can use this snippet instead:
.home h1.page-title {
border: none;
}
Let me know if you run into any trouble there.
Thanks,
Bill
Good evening Bill,
It works great.
One question: On my home page I have it set to default template, but in this mode my widgets dont work, however if i change it to home as a template then the widgets appear but slider goes away.
What do you think causes the issue ?
Thank you much.
Hey Denis,
The home page template only uses widgets. So if you need to insert content from a page into the home page, you’ll need to use one of the home block — page content widgets. You can even select the home page and it’ll pull any content you’ve entered into the content area of that page and place it in a widget.
See if that doesn’t get you where you’d like to go.
Have a good evening,
Bill
- The topic ‘Hompe Page’ is closed to new replies.