remove header image only from pages
-
i don’t want to display my header image in all my pages. is there a way i can remove my header image in the pages but keep the header image for my home post page
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Because you purchase the Premium upgrade, you can absolutely make that change.
Go to Dashboard> Appearance> Custom Design> CSS
On the right side of your screen, in the CSS Revisions box, you’ll paste this code at the bottom:
.page .headerimage {
display: none;
}Then Save your changes.
You will see that all your Pages (except for Home) no longer contain your header.
Now, you only mentioned removing the header from pages, but nowhere else. For instance, it will still appear on individual posts. If you wish to make any further changes, just get back to me with the specifics.
Thanks much and happy blogging!
-
Yes, thanks for this trick. its worked well.
May I ask another query.
How do I get text and pictures to appear nicely balanced on both left and right side of the page when writing a page. Inserting pictures next to each other works, but I can’t seem to place text (or text boxes) perfectly below or around them. Do I need to create a table then make the table invisible so that the text and images can appear highly regimented just as though a table were there.
thanks
rv -
Hello again,
Oh great, I’m glad that worked out for you.
Regarding balancing the images and text on your page aesthetically, you can certain build a table. But this can be time consuming if you’re doing it for each post.
The following might suit you as well:
When you are composing a post, insert an image from your media library into your Visual Editor. Then single-click on the image. Two buttons will appear at the top left corner of the photo/graphic. Click the Edit Image button.
In the Edit Image tab, you’ll be given Alignment options. Both the left and right alignment will allow the text to wrap around the image. Choose whichever you like best, then hit Update.
Hope this helps! Let me know if you need anything else.
-
Hi Robyn. I have a new query that no one has replied to you. Could you help please.
have just changed themes to Able to fully utilise increased page width of 1176px.
But things aren’t working out.
Please can you help with two queries
1) How can I remove the Header from all the pages, but keep it on for my home page.
2) When I create a new page I can see some restriction in the text that I can type in, even though when I publish the page it seems to widen correctly. How I can I remove this width barrier when creating new pages.
3) Is there a way of introducing columns of text when I am writing a new page or is it always a linear paragraph style that I must follow.
4) is there a shortcut for creating uppercase or lowercase symbols when typing in textthank you for your help
The blog I need help with is secondaryscience4all.com.
-
Hello there!
1) How can I remove the Header from all the pages, but keep it on for my home page.
Because you have aesthetic needs that your templates don’t always deliver, this CSS forum is one of the fastest ways to find answers:
https://en.forums.wordpress.com/forum/css-customization
We’re lucky to have a really amazing community forum where some volunteers and our support team help out with CSS questions in the CSS Customization forum.
Also, here’s a link with tons of great CSS resources:
http://en.support.wordpress.com/custom-design/editing-css/
2) When I create a new page I can see some restriction in the text that I can type in, even though when I publish the page it seems to widen correctly. How I can I remove this width barrier when creating new pages.
Could you snap 2 screenshots so I can better understand this issue? It would be terrific if you could take one screenshot showing the “restriction” and another screenshot that displays the published page that displays your text correctly. If I can see what you’re seeing, I can better assist with this. You can simply upload the screenshot to your Media Library, like any other image, and I’ll be able to access it from there.
The page at the following link has some helpful tips for taking screenshots:
3) Is there a way of introducing columns of text when I am writing a new page or is it always a linear paragraph style that I must follow.
You can create tables and columns in your text, if you utilize HTML code. HTML is pretty simple, once you get the hang of it. I think the best resource for creating columns and tables can be found here:
http://www.w3schools.com/html/html_tables.asp
You can create tables without borders that will appear like columns to your readers.
One thing to remember is that you’ll be adding your HTML coding into your Text editor, rather than your Visual editor, when you create/edit pages. To do this, you can simply click on the Text tab above the post editor.
4) is there a shortcut for creating uppercase or lowercase symbols when typing in text
Since you use a Mac, I’ll share the software that I use:
https://smilesoftware.com/TextExpander/index.html
We’re not affiliated with this software and do not provide support for its use, but I think it has the flexibility you might appreciate in maintaining this blog. There are certainly others out there. Just google macro programs, or text expanders.
Let me know if you need further help with any of these issues, or with any other questions you have about your site. You’ve built it up quite a bit since the last time I saw it. It looks terrific!
- The topic ‘remove header image only from pages’ is closed to new replies.