• Hi Nobita,
    I am using theme Version: 1.347 on latest WP release.
    I was looking for a way to have a different Theme Header image for each page and found two ways that you suggested 2 years ago. On was addressed to staralexander and the other addressed to acscom.
    The two are different. Can you suggest a plugin that would work with your theme?
    Thanks,
    Jim

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    Hi akacruiseman

    On was addressed to staralexander and the other addressed to acscom.

    Please tell me the link url.

    Thread Starter akacruiseman

    (@akacruiseman)

    Hi there,
    https://www.greenstreesvc.com/ is the url.
    Thanks,
    Jim

    Theme Author nobita

    (@nobita)

    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;
    }

    Thread Starter akacruiseman

    (@akacruiseman)

    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

    https://www.greenstreesvc.com/
    https://www.greenstreesvc.com/headers/kengreenheadersketch.png

    Theme Author nobita

    (@nobita)

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS
    paste below

    .page-id-18 #header-image{
        background-image: url( https://www.greenstreesvc.com/headers/kengreenheadersketch.png );
        background-size: cover;
    }

    each custom header image needs same size.

    Theme Author nobita

    (@nobita)

    Thread Starter akacruiseman

    (@akacruiseman)

    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

    Theme Author nobita

    (@nobita)

    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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Vary Theme Header Image’ is closed to new replies.