Changing colour of the header Support Forums for LiveMesh Themes & Plugins › Forums › Fusion Theme Support › Changing colour of the header Tagged: css, header, navbar This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by Veena. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 20, 2016 at 9:44 am #24526 nitin942Member Hi, I want the header to be transparent when its stationary and to have white colour when scrolled down. Kindly tell how it can be done. Website: http://www.shapecrunch.com October 21, 2016 at 7:40 am #24546 VeenaModerator Pls use the below custom CSS in themeoptions > custom CSS tab – #header-spacer { height: auto !important; } #header { background: transparent !important; } #header.sticky { background: #fff !important; } October 25, 2016 at 10:28 am #24589 nitin942Member Hi, I made the above changes and it’s working fine apart from a little bug. On scrolling down, the colour of the header remains transparent and becomes white after sometime. Ideally, on scrolling down, the colour should change to white instantaneously. Looking forward for your response. November 2, 2016 at 12:01 pm #24664 VeenaModerator Sorry for the delay in reply. Can you pls modify the custom CSS to #header-spacer { display: none !important; } #header { background: transparent !important; } #header.sticky { background: #fff !important; } And see if that makes any difference. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Fusion Theme Support’ is closed to new topics and replies.