• Hello, I would like to know if it is possible to make the “.site-header.float-header” always visible, that is, now it appears by default when downloading on the home page, but I would like nothing more to enter the page be visible

    I can not show my webpage since it is on localhost.

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    body:not(.home) .site-header, 
    body:not(.home) .site-header.fixed, 
    body:not(.home) .site-header.float-header {
      position: static !important;    
    }
    

    and see if it works for you.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘site-header.float-header’ is closed to new replies.