Okay
  Public Ticket #2338020
Custom navigation text color change
Closed

Comments

  •  1
    clempire started the conversation

    I would like to change the navigation text color to white, but only on the frontpage. 

    I saw an old ticket regarding changing the logo only for one particular page, only now i also need to change the color of the text. Also with the logo, it first loads the original logo, and then the second logo. Is there also an option to fix that? 

    To check, click on the website 

  •  8,992
    Tahir replied

    Hey ,

    Try using the New Metabox Options where you can set the Light /Dark header per page :  

    6494763589.png

    Best


    ThemeNectar Support Team 

  •  1
    clempire replied

    Hey tahrir. 

    It is already on light. i wanted the navigations link to be white on the frontpage

    The website: www.simptel.com

  •  8,992
    Tahir replied

    Did you change these colors: http://prntscr.com/rmq0qt ?.

    Best


    ThemeNectar Support Team 

  •  1
    clempire replied

    Yes i changed the white colour to blue for the standard pages

  •  8,992
    Tahir replied

    In that case add the below css to the Page Builder Css box so it applies only to the Homepage : 

    #header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a, #header-outer.transparent .slide-out-widget-area-toggle a i.label, #header-outer.transparent #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-outer.transparent #top nav ul #search-btn a .icon-salient-search, #header-outer.transparent #top nav ul #nectar-user-account a span, #header-outer.transparent #top nav > ul > li > a > .sf-sub-indicator i, #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
        color: #fff !important;
    }

    Best 


    ThemeNectar Support Team 

  •  1
    clempire replied

    Thank you that worked, only the hover line and the active menu still remain the same colour. is there also a code to change that in the custom css? 

    Greetings

  •  8,992
    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[data-lhe="animated_underline"].transparent #top nav > ul > li > a:after, #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a:before {
        border-color: #ffffff !important;
    }
    #header-outer.transparent[data-lhe="default"] #top nav > ul > li > a:hover, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_ancestor > a, #header-outer.transparent #top nav .sf-menu > .current-menu-item > a, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a, #header-outer.transparent #top nav > ul > li > a:hover > .sf-sub-indicator > i, #header-outer.transparent #top .sf-menu > .sfHover > a .sf-sub-indicator i, #header-outer.transparent #top nav > ul > .sfHover > a > span > i, #header-outer.transparent #top nav ul #search-btn a:hover span, #header-outer.transparent #top nav ul #nectar-user-account a:hover span, #header-outer.transparent #top nav ul .slide-out-widget-area-toggle a:hover span, #header-outer.transparent #top nav .sf-menu > .current-menu-item > a i, body #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i, #header-outer.transparent #top nav .sf-menu > .current-menu-ancestor > a i, body #header-outer.transparent[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a i, #header-outer.transparent .cart-outer:hover .icon-salient-cart, .ascend #boxed #header-outer.transparent .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer.transparent[data-permanent-transparent="false"]:not(.dark-slide) #top .span_9 > a[class*="mobile-"] > *, #header-outer.transparent[data-permanent-transparent="false"]:not(.dark-slide) #top #mobile-cart-link i, #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) #top .span_9 > a[class*="mobile-"] > *, #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) #top #mobile-cart-link i {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    clempire replied

    Hey tahir, thanks this worked, only the underline is now white on all the pages. can it only be white on the front page? 

  •  8,992
    Tahir replied

    Try Adding the Css Code for the Border Color in the Custom Css Box in Page Builder.

    Best


    ThemeNectar Support Team