Hey there! Nowadays, all the effort are focus on conversion rate. One of the best way to improve conversion rate on the website is creating a button inside menu (different style). Here it's one exemple: http://www.dino.com.br/
Is there a way for us to do the same inside Salient theme? Would be AWESOME!!
If there's not a way, can you point me how to solve it?
You will have to change the menu-item-id as per your liking. Right click on the menu and Inspect Element to find the correct id. Add this into the Custom CSS box located in your Salient Options panel :
body #header-outer.transparent header#top nav > ul > li#menu-item-4090 {
background: #f00;
}
body #header-outer.transparent header#top nav > ul > li#menu-item-4090 >a {
padding-bottom: 6px !important;
}
Sure, Simply remove the .transparent from the css selector so the css is like this:
body #header-outer header#top nav > ul > li#menu-item-4090 {
background: #f00;
}
body #header-outer header#top nav > ul > li#menu-item-4090 >a {
padding-bottom: 6px !important;
}
I just tried doing this on my site ( http://slyaletownplus.azurewebsites.net/ ), with no result. I have added the following code to the custom CSS box. Note that I appropriately changed out the menu-item id.
body #header-outer.transparent header#top nav > ul > li#menu-item-171 {
background: #f00;
}
body #header-outer.transparent header#top nav > ul > li#menu-item-171 >a {
Hey! I got this to work, thanks! But the button only appears in the top nav on desktop view, seems to be hidden when viewed on mobile. Any thoughts? Thank you!
Hey there!
Nowadays, all the effort are focus on conversion rate. One of the best way to improve conversion rate on the website is creating a button inside menu (different style).
Here it's one exemple:
http://www.dino.com.br/
Is there a way for us to do the same inside Salient theme? Would be AWESOME!!
If there's not a way, can you point me how to solve it?
Hey!
You could highlight a menu item with some custom css. Let us know .
Thanks
ThemeNectar Support Team
Hey, Tahir, thanks
But how do I do that? Do you have any custom css code that I can give a try?
Can you help me, I'm not a programmer.
Hey Again!
You will have to change the menu-item-id as per your liking. Right click on the menu and Inspect Element to find the correct id. Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Tahir,
You are awesome! Thanks =)
But when I scroll down the customized menu desapear (inside sticker menu)
Is there a way for us to let the colorized menu inside sticker menu too?
http://leadsite.com.br/
Sure, Simply remove the .transparent from the css selector so the css is like this:
Cheers
ThemeNectar Support Team
Hi there,
I just tried doing this on my site ( http://slyaletownplus.azurewebsites.net/ ), with no result. I have added the following code to the custom CSS box. Note that I appropriately changed out the menu-item id.
body #header-outer.transparent header#top nav > ul > li#menu-item-171 {
background: #f00;
}
body #header-outer.transparent header#top nav > ul > li#menu-item-171 >a {
padding-bottom: 6px !important;
}
Any idea what gives?
Hey Kimberly!
I dont see and item with the 171 id, probably the reason why the css was not working.
Thanks
ThemeNectar Support Team
Hey! I got this to work, thanks! But the button only appears in the top nav on desktop view, seems to be hidden when viewed on mobile. Any thoughts? Thank you!
Hey J'aime!
Could you please provide the site url so we can have a look.
Thanks
ThemeNectar Support Team
The site is password protected, so I sent over the details in a private ticket (referencing this ticket #). Thank you!