Okay
  Public Ticket #348388
Shadown on menu
Closed

Comments

  • Samuel started the conversation

    Long shot, and no worries if not, but i am using the transparent menu for a lot of my pages, especially the home page which looks awesome, BUT, some images make it hard to read the menu items on transparent, is there any way of adding an opaque background colour of some kind of shading to the top menu bar just to help bring them out?

    I recently did this site using another theme and they have an option for adding in somehting like that: http://www.teamconcise.com.gridhosted.co.uk/

    is this possible? Again, not a problem if not. 

    Thanks

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body #header-outer[data-transparent-header="true"].transparent {
        background-color: rgba(33, 33, 33, 0.3) !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Samuel replied

    So good. Thanks a lot.