Header/Navigation menu disappears when scrolling?

Homepage Community Forums Aspire Theme Support Header/Navigation menu disappears when scrolling?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19243
    jgeorge64uk
    Customer

      Hello,

      The header at the top of my website disappears whenever you scroll to the top of the page? I’ve tried looking in the settings but can’t figure out how to fix it. I’ve uploaded 2 screen shots on the following links so you can see exactly what I mean:
      How I want it to look: https://free.mailbigfile.com/77d8e7d271c6873d5ef65f916abd52d2/listFiles.php
      How I DONT want it to look (header disappearing when you scroll): https://free.mailbigfile.com/6135893d64fce95380b9cf4c47765bcd/listFiles.php

      Can you please assist?

      Thanks

      #19260
      Eric
      Customer

        That’s actually how it’s supposed to work. The header is supposed to be transparent with the front-page-1 image showing in the background until you scroll down. If you want to customize it so the black background shows at all times, then you can change this code located around line 1178 in your CSS –

        .featured-section .site-header {
        	background-color: transparent;
        	border:  none;
        }

        To look like this –

        .featured-section .site-header {
        	background-color: #000;
        	border:  none;
                padding: 0;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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