Hi akacruiseman
On was addressed to staralexander and the other addressed to acscom.
Please tell me the link url.
Hi there,
http://www.greenstreesvc.com/ is the url.
Thanks,
Jim
Change at Post Edit Page.
Custom CSS For This Entry Metabox / Section Override header Image
Select your image.
OR
Write your own CSS
If your services page
.page-id-18 #header-image{
background-image: url( Your Image URL );
background-size: cover;
}
Nobita,
I did as you suggest with Custom CSS for that page.
I made sure the url was entered okay for the new header image.
(I entered the url with http, without http, every way I could think of.)
I had someone else make sure I typed correctly.
Sorry to say it is still not working. (I even cleared cache.)
Thank you,
Jim
http://www.greenstreesvc.com/
http://www.greenstreesvc.com/headers/kengreenheadersketch.png
Dashboard / Appearance / Customize
Advanced / Site-wide CSS
paste below
.page-id-18 #header-image{
background-image: url( http://www.greenstreesvc.com/headers/kengreenheadersketch.png );
background-size: cover;
}
each custom header image needs same size.
Nobita,
That did it. Should that code also go into the Custom CSS for future posts/pages? I realize that it will change/be added to based on page/post ID and that all images should be the same size.
Thanks you very much,
Jim
Custom CSS for future posts/pages?
Custom CSS posts is a style which mainly applies to the following article element. You can not change the style of the header image
It is desirable to use the Override header Image.
If you do not want to use the Override header Image is,
You should use Customize / Advanced / Site-wide CSS or child theme style.css.