How to make my header info

Home Forums All Other Themes How to make my header info

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #157158
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Hello I would like to make my header info session sticky with the header while scrolling and change the background color of the headerinfo session to match with the header background.

    .head-info-area { position:fixed !important;}
    .header { position:fixed !important;}
    .head-info-area { margin-top:0px; margin-bottom:-20px !important;}
    .head-info-area {font-size:10px !important;}

    What am I doing is wrong here. My website is https://www.cloverdaledental.com/

    Please help me fix this.

    Thanks

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

    Hi,

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

    .header_wrap {
        z-index: 999;
        width: 100%;
    }

    Regards,
    Dave

    #157811
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Thanks Dave. It worked.

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

    🙂

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