• Resolved Blunderdog

    (@blunderdog)


    Is it possible to change the header padding size and header background of an individual page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in!

    In regard to change a specific page’s header background and padding you can target the page through its page id as per shown here: (see: https://prntscr.com/9vdl9y ). This will just effect only a single page’s header.

    If the page is “Now Showing” then the example code you would need to insert under your Appearance > Theme Options > Custom CSS:

    .page-id-792 .custom-header {
        padding: 20px 20px 5px 20px!important;
        background-image: url('https://scenicstage.com/live/wp-content/uploads/2015/07/GrandOpenBG3.jpg');
    }

    Hope this helps!

    Thanks.

    Thread Starter Blunderdog

    (@blunderdog)

    Thanks! This was exactly what I was looking for.

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wanting different header size for home page than other pages’ is closed to new replies.