Chroma question

Hi,

I’ve built a website with Chroma and I’m wondering if there is any setting I can change so that the Top Bar within Chroma does not resize itself once the page is fully loaded (i.e. when the page first begins to load, Top Bar is smaller…and then when the page has fully loaded, Top Bar grows to its normal size).

E.g. http://66.85.29.119/~kearneyfs/

@tav

Try adding this CSS to your site-wide CSS. Let me know if it solves it

.chroma-scroll.pre-load .su-content{
	display:none!important;
}

Perfect! Thanks Andrew!!