Okay
  Public Ticket #270145
Button in Navigation
Closed

Comments

  • Ben started the conversation

    Hi there. I'm creating a page of your beautiful theme and wanted to place a button in the navigation. Not around all items but just one item (specifically titled 'donate') that would be transparent with white border at the top of the page then red button with white text on the sticky menu.  I'm curious if this is simple or possible in the current design?  Any recommendations to at least get just a transparent stroked button would be very appreciated.  Thank you so much.

  •  8,839
    Tahir replied

    Hey Ben!

    Please provide your site url so i can write up some custom css. 

    Cheers


    ThemeNectar Support Team 

  • Ben replied

    Hi there,

    Thank you for the response and apologies for not providing earlier.  The test site is http://www.bencthompson.com/nmai

  •  8,839
    Tahir replied

    Hey Ben!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    body #header-outer.transparent header#top nav > ul > li#menu-item-131 > a {
        border: 1px solid #fff;
        padding-bottom: 16px !important;
    }
    
    
    body #header-outer header#top nav > ul > li#menu-item-131 > a {
        background-color: #f00 !important;
        padding-bottom: 13px !important;
        color: #fff !important;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  • Ben replied

    Great, thank you so much