• Resolved jrothra

    (@jrothra)


    Is it possible to change the default settings regarding the page header (extended header) so that it automatically uses the following:

    Extended Header – yes
    Height – 20% (something other than the default 10%)
    Image overlay color – #ddd (or any other color)
    Overlay opacity – 0.5 (something other than the default 0.3)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey John,

    again, this is something that’s not available in Bento at the moment. While we’re adding this as a site-wide option, you can use the following custom snippet in the “Additional CSS” tab of the “Appearance – Customize” admin section:

    @media screen and (min-width: 48em) { 
        .post-header-title {
            padding-top: 20% !important;
            padding-bottom: 20% !important;
        }
    }
    
    .post-header-overlay {
        background-color: #ddd !important;
        opacity: 0.5 !important;
    }

    These will take care of the items 2-4 of the list, so the only thing you need to do when adding new pages is to upload a featured image and tick the “Activate extended header” checkbox.

    Best,
    Andrii / Satori Studio

    Thread Starter jrothra

    (@jrothra)

    Sounds like I’ll be using CSS to do what I need for now. As state on another thread (https://www.ads-software.com/support/topic/change-default-from-sidebars-to-no-sidebars/#post-9196962), I look forward to what’s coming in future updates!

    • This reply was modified 7 years, 10 months ago by jrothra.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Header: set or change default settings’ is closed to new replies.