Okay
  Public Ticket #501060
Menu Items Background
Closed

Comments

  •  2
    Brandon started the conversation
    Is there a way to put a background color to just the menu items? With the menu items have a dropped opacity and using a transparent header, it makes the menu items hard to read. I really want to keep the transparent header but would like to put a background color behind the menu items. Thanks!
  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .transparent header#top nav > ul > li > a {
        background-color: rgba(140, 130, 114, 0.68);
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 13.5px !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  2
    Brandon replied

    That worked beautifully!!! Thank you so much!!!!

    Feel free to close the ticket! : )