Header Question

Homepage Community Forums Aspire Theme Support Header Question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20448
    bgh810
    Customer

      Hi,

      Is there any way to prevent the site title from displaying over the background image in Front Page 1?

      The reason I ask is that I’d like to use the text widget to place the site title and description in large type in the center of that image.

      I have no problem with it displaying in the nav bar after scrolling.

      Thanks,

      Bryce

      #20465
      Wes
      Moderator

        Hi Bryce,

        Yes this should be possible. If I understand correctly, you want the Title to not show when the entire Header is Transparent (at the top), and then have it appear when scrolling down with the Black background?

        If you can post a link to your site with the Title active, then I can tell you which part to customize/edit to get it to work.

        Let me know if you meant something different

        #20499
        bgh810
        Customer

          That’s it exactly, Wes — and thanks for the rapid response!

          The site in question is: redteamthinking.com

          I’ve managed a sort of workaround by using an image with white space in that area, but I’d like to remove it entirely if possible.

          Thanks for your help.

          Bryce

          #20550
          Wes
          Moderator

            I’m just now seeing this for some reason. Did you get it working how you want? Or were you still looking for a better solution?

            I can see the header/text appears to be white at the very top and then shows up when the red background activates on scroll….This should work fine visually, but let me know if you’re still trying to do something different.

            If you are still looking for a different way: You could add display: none; to the header on the homepage like this (line 1179) –

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

            …and then have it show up once you scroll down by adding display: block; (or anything equivalent) to the .site-header.light on line 1185 –

            .site-header.light {
            	background-color: #E50000;
            	padding-top: 0;
            	display: block;
            }

            If you do it this way and would prefer the background image to reach the very top (instead of having the white space at the top) then you would need to edit and remove that space out of the image itself.

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