Venture Theme

  • Unknown's avatar

    There is a band at the top of my screen that appears and disappears upon scrolling up and down with the mouse. Is it possible to keep the band static. I allows the menu/pages bar stand out better. If so, how?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To keep the header section white all the time, add the following to your custom CSS.

    #masthead {
    	background-color: #fff;
    }
    #masthead.header-loaded a {
    	color: #222;
    }
    #masthead.scroll-header {
    	animation: none;
    	-moz-animation: none;
    	-webkit-animation: none;
    }
  • The topic ‘Venture Theme’ is closed to new replies.