New Landing How can we help? Atelier Sticky header text color

Viewing 15 posts - 1 through 15 (of 29 total)
  • Posted in: Atelier
  • #195649
    saylife
    Member
    Post count: 161

    Hi!
    How do I change the color of text Sticky header?
    I use black text, in a header.
    My “Sticky header” is black, and I would like the text to be white for him.

    #195650
    saylife
    Member
    Post count: 161
    This reply has been marked as private.
    #195663
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .page-header-naked-dark span.menu-item-text {
      color: #FFF!important;
    }

    -Rui

    #195672
    saylife
    Member
    Post count: 161

    Thanks,Rui.

     What about the logo change to white in a “Sticky header”?

    #195673
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That’s an image, you need to change the Dark Logo image in the Theme options-> Logo
    https://www.dropbox.com/s/07nujk3n0z4acu4/Screenshot%202015-07-17%2014.47.32.png?dl=0

    -Rui

    #197697
    saylife
    Member
    Post count: 161
    This reply has been marked as private.
    #197703
    saylife
    Member
    Post count: 161

    This code works.
    It is possible to reduce the code?

    #header-section .is-sticky #header.sticky-header span.menu-item-text {
      color: #FFF;
    }
    #header-section .is-sticky #header .header-right a {
      color: #FFF;
    }
    #header-section .is-sticky #header .header-left a {
      color: #FFF;
    }
    
    #header-section .is-sticky #header a.menu-bars-link span {
      background: #FFF;
    }
    #header-section .is-sticky #header a.menu-bars-link span:before {
      background: #FFF;
    }
    #header-section .is-sticky #header a.menu-bars-link span:after {
      background: #FFF;
    }
    #header-section .is-sticky #header .aux-item:first-child:after{
      color: #FFF;
    }
    #197831
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one

    #header-section .is-sticky .menu-item-text {
      color: #FFF;
    }
    #header-section .is-sticky #header a {
      color: #FFF;
    }
    
    #header-section .is-sticky  a.menu-bars-link span {
      background: #FFF;
    }
    #header-section .is-sticky a.menu-bars-link span:before {
      background: #FFF;
    }
    #header-section .is-sticky a.menu-bars-link span:after {
      background: #FFF;
    }
    #header-section .is-sticky #header .aux-item:first-child:after{
      color: #FFF;
    }

    -Rui

    #234087
    pp2324
    Member
    Post count: 106

    How to change bg of sticky header to transparant?

    #234128
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @pp2324
    – Please provide website url always to get exact css code.
    Thanks
    Mohammad

    #234129
    pp2324
    Member
    Post count: 106
    This reply has been marked as private.
    #234140
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You want it fully transparent? May be hard to see the text

    – Kyle

    #234144
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I can see product with sticky header transparent. Just check the attachment.
    Thanks
    Mohammad

    Attachments:
    You must be logged in to view attached files.
    #234148
    pp2324
    Member
    Post count: 106

    Hi there,

    Thanks for your reply. Please see the attached image that it’s still White before you scroll down.

    Attachments:
    You must be logged in to view attached files.
    #234159
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .single-product .header-wrap {
        position: absolute;
        width: 100%;
        top: 0;
    }

    However not sure why you would want to do that as it looks messy. I’d say just make your header background the same color as the product page background

    – Kyle

Viewing 15 posts - 1 through 15 (of 29 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register