Alpenhouse Subheader

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #771953
    Alex
    Participant

    Hello! I don’t quite grasp the idea of the Subheader. I experience some issue with it, many times that part isn’t loading and if I change the tabs (for example from image to slider) it isn’t working. I have to save and try again.

    How can I hide this subheader for specific pages or for the whole website? I didn’t find any options for that.

    Thank you!

    #772722
    J. Davis
    Keymaster

    Hi Alex,

    You can try to place the styles below to Appearance>Customize>Additional CSS or style.css file of the child theme:

    .site-header-wrapper{
    background-image:none !important;
    background:transparent !important;
    }
    
    .header-overlay{
    background:transparent !important;
    }
    
    .site-header-wrapper p{
    color:#344583 !important; 
    }
    
    .page-header-custom{
    padding:0 !important;
    margin:0 !important;
    }

    best regards,
    J. Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.