Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012072

    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,

    #1012518

    Hey bobfurgo,

    Add this to the very top of quick css:

    .header-scrolled{
    border-bottom:1px solid gray!important;
    }

    Best regards,
    Jordan Shannon

    #1015965

    Hi jordan! It looks like it didn’t work unfortunately.

    #1016102

    Hi bobfurgo,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1016129

    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.

    #1016431

    Hi,

    The css code is being overridden by these ones.

    .page-id-374 #header {
        border-bottom: 0px solid #ebebeb !important;
    }
    
    .page-id-374 #header {
        /* border-bottom: 0 solid #ebebeb!important; */
    }

    Remove those css codes or place the new css code below them.

    Best regards,
    Ismael

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