Page Header Background on homepage

Home Forums All Other Themes Page Header Background on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203494
    Jannes VermeerschJannes Vermeersch
    Participant
    • Topics: 6
    • Replies: 2
    • Total: 8
    Member since: January 31, 2023

    Hi, I’m usgin the GB Architext theme and disabled the home slider images. I would like to have it static just like the “Page Header Background” on the other pages. Is there a way to show the “Page Header Background” on the homepage as well? Or a way to reduce the height of the home page image slider so i can just pick 1 image for the slider and have it look the same way as the “Page Header Background”. www.boomkappen.be. thank you

    #203497
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .slider-header-layout1 {
      height: 120px;
      background: url(https://boomkappen.be/wp-content/uploads/2023/02/croptree310.png);
    }

    Regards,
    Dave

    #203508
    Jannes VermeerschJannes Vermeersch
    Participant
    • Topics: 6
    • Replies: 2
    • Total: 8
    Member since: January 31, 2023

    Thank you! Id it possible to give it the same fit and cover as on the other pages? no repeat but stretch

    #203517
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Okay, Kindly use this one instead of previous one.

    .slider-header-layout1 {
      height: 120px;
      background: url(https://boomkappen.be/wp-content/uploads/2023/02/croptree310.png);
        background-repeat: repeat;
        background-size: auto;
      background-size: 100% auto;
      background-repeat: no-repeat;
    }

    Regards,
    Dave

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