Okay
  Public Ticket #1507972
Header Navigation Color
Closed

Comments

  • brewerben started the conversation

    Hi, I have adjusted all of my salient settings, but my navigation text on transparent wont show white. It is still a light gray. Am I missing something?

  •  2,733
    Andrew replied

    Hi brewerben,

    Could you check your transparency option i.e. http://themenectar.com/docs/salient/theme-options/header-navigation/#transparency

    If you have permanent transparency option enabled then the header starting text color will be used for menu items color. Also the header inherit row color can have an effect on this.

    Sorry but the transparency options are not that simple and you will need to check the combination of those options and if still not getting white then give us temporary admin access - username password with admin privileges - we check this from the backend.

    Thanks.

  •   brewerben replied privately
  •  8,441
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer.transparent header#top nav > ul > li > a, #header-outer.transparent header#top nav ul #search-btn a span.icon-salient-search, #header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class^="icon-"], #header-outer.transparent nav > ul > li > a > .sf-sub-indicator [class*=" icon-"], #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
        opacity: 1 !important;
    }

    Thanks


    ThemeNectar Support Team