Viewing 4 replies - 1 through 4 (of 4 total)
  • Your getting started page is page id 2935. So in your css if you wanted to change for all it’s child pages you would need to use:

    .parent-pageid-2935 .titleclass {
    background-repeat: vertical;
    background-position: top center;
    background-size: contain;
    background-image: url(http://changeyouraltitude.net/wp-content/uploads/2016/08/header-background-3.png);
    }

    Ben
    Kadence Themes

    Thread Starter changeyouraltitude

    (@changeyouraltitude)

    Thanks so much!

    I applied it and it seems to have worked for the child page, but not the (um) child’s page?

    so:
    getting started
    >credit cards (worked!)
    >>no-fee credit cards (did not apply)

    Did I miss something?

    Hey,
    Sorry for the delay.

    The parent of no-fee credit cards is credit cards so you would use the same method but the css page id for the parent page would be the credit card id. so this:

    .parent-pageid-1560 .titleclass {
    background-repeat: vertical;
    background-position: top center;
    background-size: contain;
    background-image: url(http://changeyouraltitude.net/wp-content/uploads/2016/08/header-background-3.png);
    }

    I hope that helps,

    Ben
    Kadence Themes

    Thread Starter changeyouraltitude

    (@changeyouraltitude)

    This makes sense! thanks for the info – i’ll roll this forward to any other parent-child-child pages I have. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Different Header for Sub-Pages’ is closed to new replies.