New Landing How can we help? Atelier Header Elements Colour linked to Menu Items

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #228773
    Enrico
    Member
    Post count: 37

    Hello

    I am trying to set colours for the header and Menu bar in this way (white for menu items and black for header)
    http://awesomescreenshot.com/0945eks884

    But somehow if I try to set to white the menu items, the icons on the header becomes white too and disappear.
    http://awesomescreenshot.com/04d5eksa6c

    Why are these colours linked together, how do I get the icons in black on the header and the white on menu bar on black background? Hovering colours is the same for both levels (Coral #FF9575), and that’s coming out ok.

    Many thanx for your help
    Stefania

    #228851
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav .menu li > a > i, .shopping-bag-item a > span.num-items{
    color:#000 !important;
    }

    Now change the menu color white through color customizer.
    Thanks
    Mohammad

    #228868
    Enrico
    Member
    Post count: 37

    Hello Mohammad

    I am afraid but this is not working…menu items and header icons still in the same colour – now all in white http://awesomescreenshot.com/0f95enab7a

    Let me know
    Thank you
    Stefania

    #228876
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just resolved it so please check.
    Thanks
    Mohammad

    #228993
    Enrico
    Member
    Post count: 37

    Hello Mohammad

    thank you now it’s much better. One last thing, I’d like the coral color #ff9575 when hovering over the whole icon – not I can only see teh cart quantity changing colour.

    thank you so much
    Stefania

    #229002
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code also :-

    nav .menu li > a > i:hover{
    color:#ff9575 !important;
    }
    

    Thanks
    Mohammad

    #229005
    Enrico
    Member
    Post count: 37

    Fantastic, now it’s all fine! Thank you again for your support.
    Stefania

    #229006
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    no problem. Thanks Mohammad.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.