Hello,
I was wondering if I could get some help on placing a 1px grey border at the bottom of the header, but ONLY after scrolling down the page and the header has shrunk. Is this possible.
Thank you,
Hey bobfurgo,
Add this to the very top of quick css:
.header-scrolled{
border-bottom:1px solid gray!important;
}
Best regards,
Jordan Shannon
Hi jordan! It looks like it didn’t work unfortunately.
Hi bobfurgo,
Can you disable caching and minification for now?
Best regards,
Victoria
HI Victoria! There shouldn’t be any caching on this site as it’s a staging server, it could be the browser cache. I know the border isn’t showing up as i’ve looked on multiple browsers and incognito.