Want to remove the blog
-
AuthorPosts
-
wtarver
MemberIs there a way for the home page to just have a picture and not a blog post?
The blog I need help with is: (visible only to logged in users)
Also, does the header image have to show on every page?
binarymoon
Theme AuthorHi – if you use a custom homepage then you can add text to the homepage, or just have the slider.
There’s info on how to set this up here:
https://en.support.wordpress.com/pages/front-page/Regarding the header – it what do you want to do here? If you just want it on a few pages then don’t set up a header image at all, and instead upload large header images as featured images to your pages. This will then display the featured image as a header image.
If you want it hidden on a few pages but showing on most, then we may be able to do something with custom css – but I would need more specific information about what you want to do to know if it’s possible.
Thank you. On the Home page I don’t want any words to show and I want that image to be centered on the front page where you can see the blue border around it. I added the image to the featured images but it is not showing. On the other pages I don’t want them to have a header image at all.
Also, my logo on the menu bar is it a way to make it bigger to where it is wide enough to not show any color around it?
binarymoon
Theme AuthorI’m afraid I can’t see your site since it’s marked as private. There’s no way for me to access it to see what you have done.
I have made it public now.
binarymoon
Theme AuthorAh ha – thanks :)
So we can do much of this with custom css (added through the Customizer) I think.
To hide the ‘home’ text on the homepage use:
.home .entry-header { display: none; }
You can center the homepage image with:
.home main { min-height: 100vh; display: flex; align-items: center; padding-top: 0; }
To make the logo fill the width of the sidebar column you can use:
.masthead .custom-logo-link { padding: 0; }
- The topic ‘Want to remove the blog’ is closed to new replies.