New Landing How can we help? Atelier white semi-transparent header & sticky header

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Atelier
  • #283174
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .header-wrap #header-section .is-sticky #header.sticky-header {
        background-color: rgba(255,255,255,0.5)!important;
    }

    – Kyle

    #283175
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I’m also seeing fine using MBP with El Capitain exactly like yours.
    Try to clear the browser cache and check in Chrome Incognito mode.

    -Rui

    #283176
    David Martin – Support
    Moderator
    Post count: 20834

    But why have you not added the CSS?

    I have added it Theme Options => Custom CSS:

    .header-wrap[class*="page-header-naked"] #header-section .is-sticky #header.sticky-header, 
    .header-wrap[class*="page-header-naked"] .sticky-wrapper.is-sticky .sticky-header {
      background-color: rgba(255, 255, 255, 0.5)!important;
    }
    #283302
    SHK111
    Member
    Post count: 271

    David, I guess you saw my CSS and there were a code which was not working. But the last one you just set, i working perfectly without any cache clearing …

    thanks

    #283308
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

    – Kyle

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic.