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.
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;
}
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.
Hey Ben!
Please provide your site url so i can write up some custom css.
Cheers
ThemeNectar Support Team
Hi there,
Thank you for the response and apologies for not providing earlier. The test site is http://www.bencthompson.com/nmai
Hey Ben!
ThemeNectar Support Team
Great, thank you so much