Remove post page from static front page
-
I tried to change what is shown on the home page by changing the settings in the settings/general /reading. I also tried adding some code in the custom css (that I found in some previous answers). The furthest I got is that I have an empty page/space under the main menu and above my home page (the home page is the page that I would like to keep on the front page). Is there a way to have only one (home) page (but not post) on the front page?
Maybe it is not relevant to this question but I just wanted to add in case it is; my only (home) page on the front page should contain only one (meta) slider.
Thank you very much for any help!
Mod
Link to site so we can see what you’re describing?
Add this to Custom CSS,
.home .type-page {
display: none;
}If I put either of the two following codes
.home .type-page {
display: none;
}or
.home .post {
display: none;
}the page on the front page is not displayed (although I want it to be displayed), and the post section is still there (although I don’t want it to be there). From some reason I cannot erase that empty rectangular area in the middle of the front page that represents post section.
I used
#slider_root {
margin-top: 15px !important;
}
.featured_slider {
display: none;
}in the custom css under Graphene Theme Options “display”
seems to have worked for me. http://www.hometowntvnetwork.net
You can actually disable the Slider in Graphene Options itself. Go to Graphene Options -> Slider Options and check Disable Slider.
I would like to have a welcome content post under my slider,but every time i try,it replaces my slider of featured images with all posts.
Also i am trying to reverse the colours in the same post,black background and white text.
Thank you anyone who can help.
Mod
Please create a new thread with your question, as people tend not to respond to new posts in threads that have been marked resolved. Thanks.
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
