Okay
  Public Ticket #1641054
No Opacity on menu items
Closed

Comments

  • LDG_Williamsport started the conversation

    What is the CSS code to make the navigation menu opacity:1 ?


    The opacity is set to .75 with !important and I can't override it.

  •  9,001
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  9,001
    Tahir replied

    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 

  • LDG_Williamsport replied

    Works great. Thank you.